2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 06:39:11 +00:00

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 02b8d986c4
commit 1345dabc42

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" }
);
###################################################