[ofa-general] [PATCH] opensm/osm_console.c: Add missing command in help_perfmgr

hnrose at comcast.net hnrose at comcast.net
Sat Feb 14 05:55:50 PST 2009


>From 7faaf4e757c42a8f57fd5b02f425266f2eb853b2 Mon Sep 17 00:00:00 2001
From: Hal Rosenstock <hal.rosenstock at gmail.com>
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 <hal.rosenstock at gmail.com>
---
 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




More information about the general mailing list