>From 7faaf4e757c42a8f57fd5b02f425266f2eb853b2 Mon Sep 17 00:00:00 2001 From: Hal Rosenstock <[email protected]> Date: Fri, 13 Feb 2009 13:32:43 -0500 Subject: [PATCH] opensm/osm_console.c: Add missing command in help_perfmgr
Signed-off-by: Hal Rosenstock <[email protected]> --- opensm/opensm/osm_console.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opensm/opensm/osm_console.c b/opensm/opensm/osm_console.c index fe5994b..a66a7d3 100644 --- a/opensm/opensm/osm_console.c +++ b/opensm/opensm/osm_console.c @@ -204,7 +204,7 @@ static void help_dump_conf(FILE *out, int detail) static void help_perfmgr(FILE * out, int detail) { fprintf(out, - "perfmgr [enable|disable|clear_counters|dump_counters|sweep_time[seconds]]\n"); + "perfmgr [enable|disable|clear_counters|dump_counters|print_counters|sweep_time[seconds]]\n"); if (detail) { fprintf(out, "perfmgr -- print the performance manager state\n"); -- 1.5.6.4 _______________________________________________ general mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
