diff --git a/fhem.pl b/fhem.pl index 422dea829..177b8880e 100755 --- a/fhem.pl +++ b/fhem.pl @@ -301,6 +301,8 @@ $readingFnAttributes = "event-on-change-reading event-on-update-reading ". Hlp=>" ,rename a definition" }, "rereadcfg" => { Fn=>"CommandRereadCfg", Hlp=>"[configfile],read in the config after deleting everything" }, + "restore" => { + Hlp=>"[list] [],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=>" ,trigger notify command" }, "update" => { - Hlp => "[development|stable] [|check|fhem],update Fhem" }, + Hlp => "[|all|check|force] ". + "[http://.../controlfile],update FHEM" }, "updatefhem" => { ReplacedBy => "update" }, "version" => { Fn => "CommandVersion", Hlp=>"[filter],print SVN version of loaded modules" },