02_RSS.pm usage message standardized

git-svn-id: https://svn.fhem.de/fhem/trunk@3726 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
borisneubert
2013-08-17 17:04:53 +00:00
parent 9c2f254084
commit ccb4882f1d

View File

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