All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] OpenSM: command line option ignore-guids broken
@ 2015-03-27  9:00 Jens Domke
       [not found] ` <1427446852-11864-1-git-send-email-jens.domke-PZVgAJowwIsUtdQbppsyvg@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Jens Domke @ 2015-03-27  9:00 UTC (permalink / raw)
  To: linux-rdma-u79uwXL29TY76Z2rM5mHXA; +Cc: Hal Rosenstock

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 <jens.domke-PZVgAJowwIsUtdQbppsyvg@public.gmane.org>
---
 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 <equalize-ignore-guids-file>
--ignore-guids <equalize-ignore-guids-file>
+--ignore_guids <equalize-ignore-guids-file>
           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 <number>]
 [\-\-console [off | local | socket | loopback]]
 [\-\-console-port <port>]
-[\-i(gnore-guids) <equalize-ignore-guids-file>]
+[\-i | \-\-ignore_guids <equalize-ignore-guids-file>]
 [\-w | \-\-hop_weights_file <path to file>]
 [\-O | \-\-port_search_ordering_file <path to file>]
 [\-O | \-\-dimn_ports_file <path to file>] (DEPRECATED)
@@ -298,7 +298,7 @@ Specify an alternate telnet port for the socket console (default 10000).
 Note that this option only appears if OpenSM was built with
 --enable-console-socket.
 .TP
-\fB\-i\fR, \fB\-\-ignore-guids\fR <equalize-ignore-guids-file>
+\fB\-i\fR, \fB\-\-ignore_guids\fR <equalize-ignore-guids-file>
 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 <equalize-ignore-guids-file>
 .br
-\-\-ignore-guids <equalize-ignore-guids-file>
+\-\-ignore_guids <equalize-ignore-guids-file>
           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 <equalize-ignore-guids-file>\n"
+	printf("--ignore_guids, -i <equalize-ignore-guids-file>\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 majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 1/1] OpenSM: command line option ignore-guids broken
       [not found] ` <1427446852-11864-1-git-send-email-jens.domke-PZVgAJowwIsUtdQbppsyvg@public.gmane.org>
@ 2015-03-30 13:13   ` Hal Rosenstock
  0 siblings, 0 replies; 2+ messages in thread
From: Hal Rosenstock @ 2015-03-30 13:13 UTC (permalink / raw)
  To: Jens Domke; +Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA

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 <jens.domke-PZVgAJowwIsUtdQbppsyvg@public.gmane.org>

Thanks. Applied.

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-03-30 13:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-27  9:00 [PATCH 1/1] OpenSM: command line option ignore-guids broken Jens Domke
     [not found] ` <1427446852-11864-1-git-send-email-jens.domke-PZVgAJowwIsUtdQbppsyvg@public.gmane.org>
2015-03-30 13:13   ` Hal Rosenstock

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.