public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/4] cmd_part: fix type in part command help text
@ 2014-05-07 18:19 Stephen Warren
  2014-05-07 18:19 ` [U-Boot] [PATCH 2/4] disk: support devices with HW partitions Stephen Warren
                   ` (4 more replies)
  0 siblings, 5 replies; 17+ messages in thread
From: Stephen Warren @ 2014-05-07 18:19 UTC (permalink / raw)
  To: u-boot

From: Stephen Warren <swarren@nvidia.com>

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

Signed-off-by: Stephen Warren <swarren@nvidia.com>
---
 common/cmd_part.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/cmd_part.c b/common/cmd_part.c
index 14248548d9fe..c84bc27b4042 100644
--- a/common/cmd_part.c
+++ b/common/cmd_part.c
@@ -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"
-- 
1.8.1.5

^ permalink raw reply related	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2014-05-23 16:45 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-07 18:19 [U-Boot] [PATCH 1/4] cmd_part: fix type in part command help text Stephen Warren
2014-05-07 18:19 ` [U-Boot] [PATCH 2/4] disk: support devices with HW partitions Stephen Warren
2014-05-23  9:09   ` Pantelis Antoniou
2014-05-07 18:19 ` [U-Boot] [PATCH 3/4] mmc: provide a select_hwpart implementation for get_device() Stephen Warren
2014-05-07 18:22   ` Fabio Estevam
2014-05-07 18:27     ` Stephen Warren
2014-05-23  9:21   ` Pantelis Antoniou
2014-05-23 15:58     ` Stephen Warren
2014-05-23 16:02       ` Pantelis Antoniou
2014-05-07 18:19 ` [U-Boot] [PATCH 4/4] cmd_mmc: use new mmc_select_hwpart() function Stephen Warren
2014-05-23  9:24   ` Pantelis Antoniou
2014-05-23 16:45     ` Stephen Warren
2014-05-14 17:30 ` [U-Boot] [PATCH 1/4] cmd_part: fix type in part command help text Stephen Warren
2014-05-14 21:17   ` Tom Rini
2014-05-14 21:29     ` Pantelis Antoniou
2014-05-22 23:30       ` Stephen Warren
2014-05-23  9:02 ` Pantelis Antoniou

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox