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

fhem.pl: fix update-help, add restore placeholder (Forum #29837)

git-svn-id: https://svn.fhem.de/fhem/trunk@7116 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2014-12-02 07:05:00 +00:00
parent 59300e789f
commit 8b42485e9c

View File

@ -301,6 +301,8 @@ $readingFnAttributes = "event-on-change-reading event-on-update-reading ".
Hlp=>"<old> <new>,rename a definition" },
"rereadcfg" => { Fn=>"CommandRereadCfg",
Hlp=>"[configfile],read in the config after deleting everything" },
"restore" => {
Hlp=>"[list] [<filename|directory>],restore files saved by update"},
"save" => { Fn=>"CommandSave",
Hlp=>"[configfile],write the configfile and the statefile" },
"set" => { Fn=>"CommandSet",
@ -318,7 +320,8 @@ $readingFnAttributes = "event-on-change-reading event-on-update-reading ".
"trigger" => { Fn=>"CommandTrigger",
Hlp=>"<devspec> <state>,trigger notify command" },
"update" => {
Hlp => "[development|stable] [<file>|check|fhem],update Fhem" },
Hlp => "[<fileName>|all|check|force] ".
"[http://.../controlfile],update FHEM" },
"updatefhem" => { ReplacedBy => "update" },
"version" => { Fn => "CommandVersion",
Hlp=>"[filter],print SVN version of loaded modules" },