From b0020e0bae9b05e09b71ea64d95718c4aaff2204 Mon Sep 17 00:00:00 2001 From: Zdenek Styblik Date: Sun, 2 Jun 2013 12:51:05 +0000 Subject: [PATCH] ID: 3612382 - Typos in 'dcmi' help output Commit fixes typos in DCMI help output. Commit for Rob Swindell --- ipmitool/lib/ipmi_dcmi.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ipmitool/lib/ipmi_dcmi.c b/ipmitool/lib/ipmi_dcmi.c index 9a51e14..0477983 100755 --- a/ipmitool/lib/ipmi_dcmi.c +++ b/ipmitool/lib/ipmi_dcmi.c @@ -76,12 +76,12 @@ extern int verbose; /* Main set of DCMI commands */ const struct dcmi_cmd dcmi_cmd_vals[] = { { 0x00, "discover", " Used to discover supported DCMI capabilities" }, - { 0x01, "power", " Pltform power limit command options" }, + { 0x01, "power", " Platform power limit command options" }, { 0x02, "sensors", " Prints the available DCMI sensors" }, - { 0x03, "asset_tag", " Prints the platforms asset tag" }, - { 0x04, "set_asset_tag", " Sets the platforms asset tag" }, - { 0x05, "get_mc_id_string", " Get management controller id string" }, - { 0x06, "set_mc_id_string", " Set management controller id string" }, + { 0x03, "asset_tag", " Prints the platform's asset tag" }, + { 0x04, "set_asset_tag", " Sets the platform's asset tag" }, + { 0x05, "get_mc_id_string", " Get management controller ID string" }, + { 0x06, "set_mc_id_string", " Set management controller ID string" }, { 0x07, "thermalpolicy", " Thermal policy get/set" }, { 0x08, "get_temp_reading", " Get Temperature Readings" }, { 0x09, "get_conf_param", " Get DCMI Config Parameters" },