[openib-general] [PATCH] osm: TRIVIAL fix in usage message
Yevgeny Kliteynik
kliteyn at mellanox.co.il
Tue Aug 29 07:50:55 PDT 2006
Hi Hal.
This patch is just fixing some error in the OSM usage message.
Instead of old '-vf' option, there should be '-D'.
Thanks.
Yevgeny
Signed-off-by: Yevgeny Kliteynik <kliteyn at dev.mellanox.co.il>
Index: osm/opensm/main.c
===================================================================
--- osm/opensm/main.c (revision 9140)
+++ osm/opensm/main.c (working copy)
@@ -254,13 +254,13 @@ show_usage(void)
" This option increases the log verbosity level.\n"
" The -v option may be specified multiple times\n"
" to further increase the verbosity level.\n"
- " See the -vf option for more information about.\n"
+ " See the -D option for more information about.\n"
" log verbosity.\n\n" );
printf( "-V\n"
" This option sets the maximum verbosity level and\n"
" forces log flushing.\n"
- " The -V is equivalent to '-vf 0xFF -d 2'.\n"
- " See the -vf option for more information about.\n"
+ " The -V is equivalent to '-D 0xFF -d 2'.\n"
+ " See the -D option for more information about.\n"
" log verbosity.\n\n" );
printf( "-D <flags>\n"
" This option sets the log verbosity level.\n"
More information about the general
mailing list