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

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 4dfc60e169
commit 3bfa23dd96

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;