02_RSS.pm: added :noArg to usage

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@3730 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
borisneubert
2013-08-18 07:33:24 +00:00
parent c5264dcf04
commit 2f24e30fb6

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;