@@ -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.
@@ -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,
@@ -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");
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@tu-dresden.de> --- doc/current-routing.txt | 2 +- man/opensm.8.in | 6 +++--- opensm/main.c | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-)