use :noArg for get commands

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@3640 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme1968
2013-08-09 12:50:59 +00:00
parent 76db3d274e
commit 6cda956a97

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;