From 1345dabc429a2cec37c09c99d294372f7d79a344 Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Sun, 27 Oct 2019 17:23:55 +0000 Subject: [PATCH] fhem.pl: fix warning (Forum #104803) git-svn-id: https://svn.fhem.de/fhem/trunk@20415 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/fhem.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" } ); ###################################################