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 <[EMAIL PROTECTED]>

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"


_______________________________________________
openib-general mailing list
[email protected]
http://openib.org/mailman/listinfo/openib-general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general

Reply via email to