From 51a92c09174316a4f75c00a12a9e47d1d3766ba2 Mon Sep 17 00:00:00 2001 From: Francois Isabelle Date: Tue, 12 Jul 2005 13:38:51 +0000 Subject: [PATCH] Corrected typo --- ipmitool/lib/ipmi_picmg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipmitool/lib/ipmi_picmg.c b/ipmitool/lib/ipmi_picmg.c index e334ffb..b513a2d 100644 --- a/ipmitool/lib/ipmi_picmg.c +++ b/ipmitool/lib/ipmi_picmg.c @@ -17,7 +17,7 @@ ipmi_picmg_help (void) printf(" activate - activate a FRU\n"); printf(" deactivate - deactivate a FRU\n"); printf(" policy get - get the FRU activation policy\n"); - printf(" policy set - get the FRU activation policy\n"); + printf(" policy set - set the FRU activation policy\n"); printf(" portstate get - get port state \n"); printf(" portstate set - set port state \n"); printf(" led prop - get led properties\n");