diff --git a/fhem.pl b/fhem.pl index e1f2e1a6a..f270cbe11 100755 --- a/fhem.pl +++ b/fhem.pl @@ -485,7 +485,7 @@ prepareFhemTestFile(); if(int(@ARGV) < 1) { print "Usage:\n"; - print "as server: perl fhem.pl [-d] {|configDb}\n"; + print "as server: perl fhem.pl [-d] {|configDB}\n"; print "as client: perl fhem.pl [host:]port cmd cmd cmd...\n"; print "testing: perl fhem.pl -t .t\n"; if($^O =~ m/Win/) {