From: Klaus Goger Date: Wed, 3 Jan 2018 08:10:34 +0000 (+0100) Subject: cmd: pmic: update help description X-Git-Tag: v2018.03-rc1~139 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7e37a884655e704b78ee1ca783566c307f9b9995;p=platform%2Fkernel%2Fu-boot.git cmd: pmic: update help description Change help description to match the style of the other U-Boot commands and get rid of the leading whitespace. Signed-off-by: Klaus Goger Reviewed-by: Lukasz Majewski --- diff --git a/cmd/pmic.c b/cmd/pmic.c index 970767c..7bf23fb 100644 --- a/cmd/pmic.c +++ b/cmd/pmic.c @@ -201,7 +201,7 @@ static int do_pmic(cmd_tbl_t *cmdtp, int flag, int argc, } U_BOOT_CMD(pmic, CONFIG_SYS_MAXARGS, 1, do_pmic, - " operations", + "PMIC sub-system", "list - list pmic devices\n" "pmic dev [name] - show or [set] operating PMIC device\n" "pmic dump - dump registers\n"