mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
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>
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user