]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
cmd: pmic: update help description
authorKlaus Goger <klaus.goger@theobroma-systems.com>
Wed, 3 Jan 2018 08:10:34 +0000 (09:10 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 19 Jan 2018 20:49:29 +0000 (15:49 -0500)
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 <klaus.goger@theobroma-systems.com>
Reviewed-by: Lukasz Majewski <lukma@denx.de>
cmd/pmic.c

index 970767cdfa768d581f5b2c42e172ee86fd000c1e..7bf23fb2a9f85e67837407871ede5e148d7f89cf 100644 (file)
@@ -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"