[U-Boot] [PATCH] thor: cosmetic: Update the cmd_thordown help message to present example usage

Lukasz Majewski l.majewski at samsung.com
Fri Jun 20 09:35:41 CEST 2014


Signed-off-by: Lukasz Majewski <l.majewski at 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



More information about the U-Boot mailing list