All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] thor: cosmetic: Update the cmd_thordown help message to present example usage
@ 2014-06-20  7:35 Lukasz Majewski
  2014-06-20 15:59 ` Stephen Warren
  2014-06-23  7:35 ` [U-Boot] [PATCH v2] " Lukasz Majewski
  0 siblings, 2 replies; 6+ messages in thread
From: Lukasz Majewski @ 2014-06-20  7:35 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
---
 common/cmd_thordown.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/cmd_thordown.c b/common/cmd_thordown.c
index 8ed1dc6..25de048 100644
--- a/common/cmd_thordown.c
+++ b/common/cmd_thordown.c
@@ -64,7 +64,7 @@ done:
 
 U_BOOT_CMD(thordown, CONFIG_SYS_MAXARGS, 1, do_thor_down,
 	   "TIZEN \"THOR\" downloader",
-	   "<USB_controller> <interface> <dev>\n"
+	   "<USB_controller> <interface> <dev> e.g. thor 0 mmc 0\n"
 	   "  - device software upgrade via LTHOR TIZEN dowload\n"
 	   "    program via <USB_controller> on device <dev>,\n"
 	   "	attached to interface <interface>\n"
-- 
2.0.0.rc2

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

end of thread, other threads:[~2014-06-23  9:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-20  7:35 [U-Boot] [PATCH] thor: cosmetic: Update the cmd_thordown help message to present example usage Lukasz Majewski
2014-06-20 15:59 ` Stephen Warren
2014-06-23  7:01   ` Lukasz Majewski
2014-06-23  7:35 ` [U-Boot] [PATCH v2] " Lukasz Majewski
2014-06-23  8:37   ` Marek Vasut
2014-06-23  9:50   ` Lukasz Majewski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.