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:
parent
91ff5e0b5b
commit
8bb5847ac7
@ -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/) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user