374005d
From 38b2993786c26a2c7bb79a42fc8c644720b4507c Mon Sep 17 00:00:00 2001
374005d
From: Adheer Chandravanshi <adheer.chandravanshi@qlogic.com>
374005d
Date: Tue, 17 Sep 2013 08:07:31 -0400
374005d
Subject: [PATCH] README changes to use long option --index instead of
374005d
 --flashnode_idx
374005d
374005d
This change supports use of -x option instead of -v option for
374005d
chap_tbl_idx cmdline param.
374005d
374005d
Signed-off-by: Adheer Chandravanshi <adheer.chandravanshi@qlogic.com>
374005d
Signed-off-by: Vikas Chaudhary <vikas.chaudhary@qlogic.com>
374005d
---
374005d
 README | 6 +++---
374005d
 1 file changed, 3 insertions(+), 3 deletions(-)
374005d
374005d
diff --git a/README b/README
374005d
index 29b00a9..dda16c9 100644
374005d
--- a/README
374005d
+++ b/README
374005d
@@ -393,7 +393,7 @@ Usage: iscsiadm [OPTION]
374005d
 			  See below for examples.
374005d
   -m iface --interface=iscsi_ifacename -C ping --ip=[ipaddr] --packetsize=[size]
374005d
 				--count=[count] --interval=[interval]
374005d
-  -m host --host=hostno|MAC --print=level -C chap --op=[op] --value=[chap_tbl_idx]
374005d
+  -m host --host=hostno|MAC --print=level -C chap --op=[op] --index=[chap_tbl_idx]
374005d
 			  Display information for a specific host. The host
374005d
 			  can be passed in by host number or by MAC address.
374005d
 			  If a host is not passed in then info
374005d
@@ -414,13 +414,13 @@ Usage: iscsiadm [OPTION]
374005d
 			  Create new flash node entry for the given host of the
374005d
 			  specified portal_type. This returns the index of the
374005d
 			  newly created entry on success.
374005d
-  -m host --host=hostno|MAC -C flashnode --flashnode_idx=[flashnode index] \
374005d
+  -m host --host=hostno|MAC -C flashnode --index=[flashnode index] \
374005d
 				--op=[UPDATE] --name=[name] --value=[value]
374005d
 			  Update the params of the speficied flash node.
374005d
 			  The [name] and [value] pairs must be provided for the
374005d
 			  params that need to be updated. Multiple params can
374005d
 			  be updated using a single command.
374005d
-  -m host --host=hostno|MAC -C flashnode--flashnode_idx=[flashnode index] \
374005d
+  -m host --host=hostno|MAC -C flashnode --index=[flashnode index] \
374005d
 				--op=[SHOW | DELETE | LOGIN | LOGOUT]
374005d
 			  op=DELETE|LOGIN|LOGOUT will perform deletion/login/
374005d
 			  logout operation on the specified flash node.
374005d
-- 
374005d
1.8.3.1
374005d