cmd_part: fix usage text
Fix the usage info from: part part uuid <interface> <dev>:<part> to part uuid <interface> <dev>:<part> Signed-off-by: Maxin B. John <maxin.john@enea.com> Reviewed-By: Sjoerd Simons <sjoerd.simons@collabora.co.uk
This commit is contained in:
parent
60570df19c
commit
8ca584ecfb
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ static int do_part(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
|
|||
U_BOOT_CMD(
|
||||
part, CONFIG_SYS_MAXARGS, 1, do_part,
|
||||
"disk partition related commands",
|
||||
"part uuid <interface> <dev>:<part>\n"
|
||||
"uuid <interface> <dev>:<part>\n"
|
||||
" - print partition UUID\n"
|
||||
"part uuid <interface> <dev>:<part> <varname>\n"
|
||||
" - set environment variable to partition UUID\n"
|
||||
|
|
Loading…
Reference in a new issue