mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-18 19:21:26 +00:00
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
This commit is contained in:
@@ -41,7 +41,7 @@ Query Operations
|
||||
-list_lun_attr <lun> : List all attributes for a driver/target/lun.
|
||||
-driver <driver>
|
||||
-target <target>
|
||||
-group <group>
|
||||
[-group <group>]
|
||||
-list_ini_attr <ini> : List all attributes for a driver/target/initiator
|
||||
-driver <driver>
|
||||
-target <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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user