Commit 8ca584ecfb5205bc294e39786175f513bfd293fa

Authored by maxin.john@enea.com
Committed by Tom Rini
1 parent 60570df19c

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

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -128,7 +128,7 @@
128 128 U_BOOT_CMD(
129 129 part, CONFIG_SYS_MAXARGS, 1, do_part,
130 130 "disk partition related commands",
131   - "part uuid <interface> <dev>:<part>\n"
  131 + "uuid <interface> <dev>:<part>\n"
132 132 " - print partition UUID\n"
133 133 "part uuid <interface> <dev>:<part> <varname>\n"
134 134 " - set environment variable to partition UUID\n"