summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authormaxin.john@enea.com <maxin.john@enea.com>2015-04-28 01:44:58 +0200
committerTom Rini <trini@konsulko.com>2015-05-10 07:29:38 -0400
commit8ca584ecfb5205bc294e39786175f513bfd293fa (patch)
tree328f5f14df722b6c2008857e4a03c7f0b74c3fa2 /common
parent60570df19c7e7bc9f1f10d228bfe1ac2bea52d9b (diff)
downloadtalos-obmc-uboot-8ca584ecfb5205bc294e39786175f513bfd293fa.tar.gz
talos-obmc-uboot-8ca584ecfb5205bc294e39786175f513bfd293fa.zip
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
Diffstat (limited to 'common')
-rw-r--r--common/cmd_part.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/cmd_part.c b/common/cmd_part.c
index d04588ec22..8483c1230d 100644
--- a/common/cmd_part.c
+++ b/common/cmd_part.c
@@ -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"
OpenPOWER on IntegriCloud