mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-17 02:31:27 +00:00
Merged revisions 3596-3597 via svnmerge from
https://vlnb@scst.svn.sourceforge.net/svnroot/scst/trunk ........ r3596 | bvassche | 2011-06-19 12:38:53 -0400 (Sun, 19 Jun 2011) | 1 line scstadmin: Fix a typo ........ r3597 | bvassche | 2011-06-19 12:39:52 -0400 (Sun, 19 Jun 2011) | 1 line scstadmin: Escape a single quote in order not to confuse syntax highlighting editors ........ git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.1.0.x@3605 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -29,7 +29,7 @@ Query Operations
|
||||
[-driver <driver>]
|
||||
[-target <target>]
|
||||
|
||||
-list_scst_attr : List add attributes for SCST.
|
||||
-list_scst_attr : List all attributes for SCST.
|
||||
-list_hnd_attr <hndlr> : List all attributes for a given handler.
|
||||
-list_dev_attr <device> : List all attributes for a given device.
|
||||
-list_drv_attr <driver> : List all attributes for a given driver.
|
||||
@@ -139,7 +139,7 @@ Target LUN Operations
|
||||
-driver <driver>
|
||||
-target <target>
|
||||
-group <group>
|
||||
-replace_lun <lun> : Replaces a LUN's device with a different one.
|
||||
-replace_lun <lun> : Replaces a LUN\'s device with a different one.
|
||||
-driver <driver>
|
||||
-target <target>
|
||||
-group <group>
|
||||
|
||||
Reference in New Issue
Block a user