FHEM Forum

FHEM => Sonstiges => Thema gestartet von: betateilchen am 27 Mai 2020, 10:44:35

Titel: [patch] typo in fhem.pl
Beitrag von: betateilchen am 27 Mai 2020, 10:44:35

Index: fhem.pl
===================================================================
--- fhem.pl     (revision 22040)
+++ fhem.pl     (working copy)
@@ -485,7 +485,7 @@

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/) {
Titel: Antw:[patch] typo in fhem.pl
Beitrag von: rudolfkoenig am 27 Mai 2020, 11:32:42
Danke, eingecheckt.