From 30a6f18cb29c6edac5a1ceca0bc2f388598bc03f Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Sat, 15 Feb 2014 08:34:09 +0000 Subject: [PATCH] fhem.pl: attr error message shortened. git-svn-id: https://svn.fhem.de/fhem/trunk@4935 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/fhem.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fhem/fhem.pl b/fhem/fhem.pl index 844a8ebce..bfdf28925 100755 --- a/fhem/fhem.pl +++ b/fhem/fhem.pl @@ -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; } }