Blame SOURCES/0038-README-changes-to-use-long-option-index-instead-of-f.patch

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