Usage fixed

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@720 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2010-09-29 14:41:33 +00:00
parent 7b244d6a4e
commit 1024b343df

View File

@@ -93,7 +93,7 @@ CUL_Define($$)
my @a = split("[ \t][ \t]*", $def);
if(@a < 4 || @a > 5) {
my $msg = "wrong syntax: define <name> CUL devicename <FHTID>";
my $msg = "wrong syntax: define <name> CUL devicename[\@baudrate] <FHTID>";
Log 2, $msg;
return $msg;
}