fhem.pl: fix warning (Forum #104803)

git-svn-id: https://svn.fhem.de/fhem/trunk@20415 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2019-10-27 17:23:55 +00:00
parent 6cd8939e5f
commit 6231e7b758

View File

@@ -430,7 +430,7 @@ my %ra = (
"list" => { Fn=>"CommandList",
Hlp=>"[-r] [devspec] [value],list definitions and status info" },
"modify" => { Fn=>"CommandModify",
Hlp=>"device <type-dependent-options>","modify the definition" },
Hlp=>"device <type-dependent-options>,modify the definition" },
"quit" => { Fn=>"CommandQuit",
ClientFilter => "telnet",
Hlp=>",end the client session" },
@@ -468,7 +468,7 @@ my %ra = (
Hlp => "[<fileName>|all|check|checktime|force] ".
"[http://.../controlfile],update FHEM" },
"updatefhem" => { ReplacedBy => "update" },
"usb" => { ModuleName => "autocreate" },
"usb" => { ModuleName => "autocreate" }
);
###################################################