From 3687a6cbb8fb97b22b3a682ff697050210e18d6e Mon Sep 17 00:00:00 2001 From: Zdenek Styblik Date: Mon, 8 Apr 2013 17:36:33 +0000 Subject: [PATCH] ID: 3608762 - 'lib/ipm_hpmfwup.c' - Fixed help messages for hpm command Commit cleans up the formatting of help output a bit to fit on an 80 column screen. Commit for Dan Gora --- ipmitool/lib/ipmi_hpmfwupg.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/ipmitool/lib/ipmi_hpmfwupg.c b/ipmitool/lib/ipmi_hpmfwupg.c index 7d054a9..fb4179d 100644 --- a/ipmitool/lib/ipmi_hpmfwupg.c +++ b/ipmitool/lib/ipmi_hpmfwupg.c @@ -3681,13 +3681,14 @@ static void HpmfwupgPrintUsage(void) lprintf(LOG_NOTICE,"help - This help menu"); lprintf(LOG_NOTICE,"check - Check the target information"); lprintf(LOG_NOTICE,"check - If the user is unsure of what update is going to be "); - lprintf(LOG_NOTICE," This will display the existing target version and image "); - lprintf(LOG_NOTICE," version on the screen"); + lprintf(LOG_NOTICE," This will display the existing target version and"); + lprintf(LOG_NOTICE," image version on the screen"); lprintf(LOG_NOTICE,"upgrade - Upgrade the firmware using a valid HPM.1 image "); lprintf(LOG_NOTICE," This checks the version from the file and image and "); lprintf(LOG_NOTICE," if it differs then only updates else skips"); - lprintf(LOG_NOTICE,"upgrade all - Updates all the components present in the file on the target board"); - lprintf(LOG_NOTICE," without skipping (use this only after using \"check\" command"); + lprintf(LOG_NOTICE,"upgrade all - Updates all the components present in the file"); + lprintf(LOG_NOTICE," on the target board without skipping."); + lprintf(LOG_NOTICE," Use this only after using \"check\" command"); lprintf(LOG_NOTICE,"upgrade component x - Upgrade only component from the given "); lprintf(LOG_NOTICE," component 0 - BOOT"); lprintf(LOG_NOTICE," component 1 - RTK");