2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-08 07:24:21 +00:00

fhem.pl: attr error message shortened.

git-svn-id: https://svn.fhem.de/fhem/trunk@4935 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2014-02-15 08:34:09 +00:00
parent 043281168c
commit 30a6f18cb2

View File

@ -2043,8 +2043,8 @@ CommandAttr($$)
}
}
if(!$found) {
push @rets, "$sdev: unknown attribute $a[1], ".
"choose one of $list or use attr global userattr $a[1]";
push @rets, "$sdev: unknown attribute $a[1]. ".
"Type 'attr $a[0] ?' for a detailed list.";
next;
}
}