mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 09:16:53 +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:
parent
59300e789f
commit
8b42485e9c
@ -301,6 +301,8 @@ $readingFnAttributes = "event-on-change-reading event-on-update-reading ".
|
|||||||
Hlp=>"<old> <new>,rename a definition" },
|
Hlp=>"<old> <new>,rename a definition" },
|
||||||
"rereadcfg" => { Fn=>"CommandRereadCfg",
|
"rereadcfg" => { Fn=>"CommandRereadCfg",
|
||||||
Hlp=>"[configfile],read in the config after deleting everything" },
|
Hlp=>"[configfile],read in the config after deleting everything" },
|
||||||
|
"restore" => {
|
||||||
|
Hlp=>"[list] [<filename|directory>],restore files saved by update"},
|
||||||
"save" => { Fn=>"CommandSave",
|
"save" => { Fn=>"CommandSave",
|
||||||
Hlp=>"[configfile],write the configfile and the statefile" },
|
Hlp=>"[configfile],write the configfile and the statefile" },
|
||||||
"set" => { Fn=>"CommandSet",
|
"set" => { Fn=>"CommandSet",
|
||||||
@ -318,7 +320,8 @@ $readingFnAttributes = "event-on-change-reading event-on-update-reading ".
|
|||||||
"trigger" => { Fn=>"CommandTrigger",
|
"trigger" => { Fn=>"CommandTrigger",
|
||||||
Hlp=>"<devspec> <state>,trigger notify command" },
|
Hlp=>"<devspec> <state>,trigger notify command" },
|
||||||
"update" => {
|
"update" => {
|
||||||
Hlp => "[development|stable] [<file>|check|fhem],update Fhem" },
|
Hlp => "[<fileName>|all|check|force] ".
|
||||||
|
"[http://.../controlfile],update FHEM" },
|
||||||
"updatefhem" => { ReplacedBy => "update" },
|
"updatefhem" => { ReplacedBy => "update" },
|
||||||
"version" => { Fn => "CommandVersion",
|
"version" => { Fn => "CommandVersion",
|
||||||
Hlp=>"[filter],print SVN version of loaded modules" },
|
Hlp=>"[filter],print SVN version of loaded modules" },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user