diff options
author | Klaus Goger <klaus.goger@theobroma-systems.com> | 2018-01-03 09:10:34 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-01-19 15:49:29 -0500 |
commit | 7e37a884655e704b78ee1ca783566c307f9b9995 (patch) | |
tree | dee05772d124c0161b5cda7312b96b7a87519257 /cmd | |
parent | d2f715802833d636513dcd3c156632e35bd04454 (diff) |
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 <klaus.goger@theobroma-systems.com>
Reviewed-by: Lukasz Majewski <lukma@denx.de>
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/pmic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/pmic.c b/cmd/pmic.c index 970767cdfa7..7bf23fb2a9f 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" |