2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 03:06:37 +00:00

fhem.pl: Fix typo in usage (Forum #111569)

git-svn-id: https://svn.fhem.de/fhem/trunk@22041 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2020-05-27 09:31:29 +00:00
parent 91ff5e0b5b
commit 8bb5847ac7

View File

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