Skip to content
Snippets Groups Projects
Commit 8210a343 authored by Stephen Warren's avatar Stephen Warren Committed by Pantelis Antoniou
Browse files

cmd_part: fix typo in part command help text


All the sub-commands start with the main command name, but it was
missing from one of the help texts.

<panto> typos fix.

Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
Acked-by: default avatarTom Rini <trini@ti.com>
Acked-by: default avatarPantelis Antoniou <panto@antoniou-consulting.com>
parent 1fd93c6e
No related branches found
No related tags found
No related merge requests found
......@@ -82,7 +82,7 @@ int do_part(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
U_BOOT_CMD(
part, 5, 1, do_part,
"disk partition related commands",
"uuid <interface> <dev>:<part>\n"
"part uuid <interface> <dev>:<part>\n"
" - print partition UUID\n"
"part uuid <interface> <dev>:<part> <varname>\n"
" - set environment variable to partition UUID\n"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment