Re: [PATCH 1/1] OpenSM: command line option ignore-guids broken

2015-03-30 Thread Hal Rosenstock
On 3/27/2015 5:00 AM, Jens Domke wrote:
> this patch changes the documentation (--help and man page) from
> --ignore-guids to --ignore_guids, so that it matches the implementation
> 
> Signed-off-by: Jens Domke 

Thanks. Applied.

-- Hal
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 1/1] OpenSM: command line option ignore-guids broken

2015-03-27 Thread Jens Domke
this patch changes the documentation (--help and man page) from
--ignore-guids to --ignore_guids, so that it matches the implementation

Signed-off-by: Jens Domke 
---
 doc/current-routing.txt | 2 +-
 man/opensm.8.in | 6 +++---
 opensm/main.c   | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/doc/current-routing.txt b/doc/current-routing.txt
index d23ae0d..acfeb56 100644
--- a/doc/current-routing.txt
+++ b/doc/current-routing.txt
@@ -127,7 +127,7 @@ subscription is also equalized with the ability to override 
based on
 port GUID. The latter is supplied by:
 
 -i 
--ignore-guids 
+--ignore_guids 
   This option provides the means to define a set of ports
   (by guids) that will be ignored by the link load
   equalization algorithm.
diff --git a/man/opensm.8.in b/man/opensm.8.in
index c1092cc..8ea127d 100644
--- a/man/opensm.8.in
+++ b/man/opensm.8.in
@@ -37,7 +37,7 @@ opensm \- InfiniBand subnet manager and administration (SM/SA)
 [\-\-maxsmps ]
 [\-\-console [off | local | socket | loopback]]
 [\-\-console-port ]
-[\-i(gnore-guids) ]
+[\-i | \-\-ignore_guids ]
 [\-w | \-\-hop_weights_file ]
 [\-O | \-\-port_search_ordering_file ]
 [\-O | \-\-dimn_ports_file ] (DEPRECATED)
@@ -298,7 +298,7 @@ Specify an alternate telnet port for the socket console 
(default 1).
 Note that this option only appears if OpenSM was built with
 --enable-console-socket.
 .TP
-\fB\-i\fR, \fB\-\-ignore-guids\fR 
+\fB\-i\fR, \fB\-\-ignore_guids\fR 
 This option provides the means to define a set of ports
 (by node guid and port number) that will be ignored by the link load
 equalization algorithm.
@@ -987,7 +987,7 @@ port GUID. The latter is supplied by:
 
 -i 
 .br
-\-\-ignore-guids 
+\-\-ignore_guids 
   This option provides the means to define a set of ports
   (by guid) that will be ignored by the link load
   equalization algorithm. Note that only endports (CA,
diff --git a/opensm/main.c b/opensm/main.c
index 6551a37..8419e68 100644
--- a/opensm/main.c
+++ b/opensm/main.c
@@ -289,7 +289,7 @@ static void show_usage(void)
   "  Specify an alternate telnet port for the console 
(default %d).\n\n",
   OSM_DEFAULT_CONSOLE_PORT);
 #endif
-   printf("--ignore-guids, -i \n"
+   printf("--ignore_guids, -i \n"
   "  This option provides the means to define a set of 
ports\n"
   "  (by guid) that will be ignored by the link load\n"
   "  equalization algorithm.\n\n");
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html