diff --git a/fhem/fhem.pl b/fhem/fhem.pl index 9e3c46134..b5dbabf4d 100755 --- a/fhem/fhem.pl +++ b/fhem/fhem.pl @@ -430,7 +430,7 @@ my %ra = ( "list" => { Fn=>"CommandList", Hlp=>"[-r] [devspec] [value],list definitions and status info" }, "modify" => { Fn=>"CommandModify", - Hlp=>"device ","modify the definition" }, + Hlp=>"device ,modify the definition" }, "quit" => { Fn=>"CommandQuit", ClientFilter => "telnet", Hlp=>",end the client session" }, @@ -468,7 +468,7 @@ my %ra = ( Hlp => "[|all|check|checktime|force] ". "[http://.../controlfile],update FHEM" }, "updatefhem" => { ReplacedBy => "update" }, - "usb" => { ModuleName => "autocreate" }, + "usb" => { ModuleName => "autocreate" } ); ###################################################