use :noArg for get commands

git-svn-id: https://svn.fhem.de/fhem/trunk@3640 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme1968
2013-08-09 12:50:59 +00:00
parent f209eda9e2
commit 8938273781

View File

@@ -446,7 +446,7 @@ LightScene_Get($@)
return $ret;
}
return "Unknown argument $cmd, choose one of html scenes scene";
return "Unknown argument $cmd, choose one of html:noArg scenes:noArg scene:".join(",", sort keys %{$hash->{SCENES}})};
}
1;