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