scstadmin: Make clear that the initiator group argument is optional for the LUN manipulation commands.

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3687 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2011-07-18 11:54:02 +00:00
parent 6b84c4cfdb
commit 8fd3c8dcac

View File

@@ -138,23 +138,23 @@ Target LUN Operations
-add_lun <lun> : Adds a given device to a group.
-driver <driver>
-target <target>
-group <group>
[-group <group>]
-device <device>
-attributes <p=v,...>
-rem_lun <lun> : Remove a LUN from a group.
-driver <driver>
-target <target>
-group <group>
[-group <group>]
-replace_lun <lun> : Replaces a LUN\'s device with a different one.
-driver <driver>
-target <target>
-group <group>
[-group <group>]
-device <device>
-attributes <p=v,...>
-clear_luns : Clear all LUNs within a group.
-driver <driver>
-target <target>
-group <group>
[-group <group>]
Target Driver Operations
-enable_target <t> : Enable target mode for a given driver & target.