2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-09 20:57:11 +00:00

02_RSS.pm: added :noArg to usage

git-svn-id: https://svn.fhem.de/fhem/trunk@3730 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
borisneubert 2013-08-18 07:33:24 +00:00
parent 68fc45fe15
commit 864b3d2b25

View File

@ -98,7 +98,7 @@ RSS_Set() {
my $name = $a[0];
# usage check
my $usage= "Unknown argument, choose one of rereadcfg";
my $usage= "Unknown argument, choose one of rereadcfg:noArg";
if((@a == 2) && ($a[1] eq "rereadcfg")) {
RSS_readLayout($hash);
return undef;