From 02405d17f6ec634f497ddefe8b5c828c23f69e11 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 17 Jul 2011 13:20:59 +0000 Subject: [PATCH] scstadmin: Fix documentation of -list_lun_attr and also the error message printed if -driver or -target is missing for -list_lun_attr. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3676 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scstadmin/scstadmin.sysfs/scstadmin | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scstadmin/scstadmin.sysfs/scstadmin b/scstadmin/scstadmin.sysfs/scstadmin index be2d38ddc..23ff1fc57 100755 --- a/scstadmin/scstadmin.sysfs/scstadmin +++ b/scstadmin/scstadmin.sysfs/scstadmin @@ -41,7 +41,7 @@ Query Operations -list_lun_attr : List all attributes for a driver/target/lun. -driver -target - -group + [-group ] -list_ini_attr : List all attributes for a driver/target/initiator -driver -target @@ -424,7 +424,7 @@ sub getArgs { } if (defined($listLunAttr) && (($driver eq '') || ($target eq ''))) { - print "Please specify -driver -target and -group with -list_lun_attr.\n"; + print "Please specify -driver and -target with -list_lun_attr.\n"; usage(); }