mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-01 01:09:47 +00:00
00_CM11: fixed help message for get
git-svn-id: https://svn.fhem.de/fhem/trunk@9805 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
b85a3b2fbb
commit
becbd3b5bd
@ -415,7 +415,7 @@ sub CM11_Get($@)
|
||||
my ($hash, @a) = @_;
|
||||
|
||||
return "CM11: get needs only one parameter" if(@a != 2);
|
||||
return "Unknown argument $a[1], choose one of " . join(",", sort keys %gets)
|
||||
return "Unknown argument $a[1], choose one of " . join(" ", sort keys %gets)
|
||||
if(!defined($gets{$a[1]}));
|
||||
|
||||
my ($fn, $arg) = split(" ", $gets{$a[1]});
|
||||
|
Loading…
Reference in New Issue
Block a user