projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2f7158
)
cmd: pmic: update help description
author
Klaus Goger
<klaus.goger@theobroma-systems.com>
Wed, 3 Jan 2018 08:10:34 +0000
(09:10 +0100)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/cmd/pmic.c
b/cmd/pmic.c
index 970767cdfa768d581f5b2c42e172ee86fd000c1e..7bf23fb2a9f85e67837407871ede5e148d7f89cf 100644
(file)
--- 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"