[ofa-general] [PATCH][TRIVIAL] ibsim/ibsim.c: Fix usage display
Hal Rosenstock
hrosenstock at xsigo.com
Sun May 4 14:01:35 PDT 2008
ibsim/ibsim.c: Fix usage display
Signed-off-by: Hal Rosenstock <hal at xsigo.com>
diff --git a/ibsim/ibsim.c b/ibsim/ibsim.c
index d0f1c30..5b996fd 100644
--- a/ibsim/ibsim.c
+++ b/ibsim/ibsim.c
@@ -698,7 +698,7 @@ Client *find_client(Port * port, int response, int qp, uint64_t trid)
void usage(char *prog_name)
{
fprintf(stderr,
- "Usage: %s [-f outfile -d debug_level -p parse_debug -s(tart) -v(erbose) "
+ "Usage: %s [-f outfile -d(ebug) -p(arse_debug) -s(tart) -v(erbose) "
"-I(gnore_duplicate) -N nodes -S switchs -P ports -L linearcap"
" -M mcastcap -r(emote_mode) -l(isten_to_port) <port>] <netfile>\n",
prog_name);
More information about the general
mailing list