diff mbox

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

Message ID 1403508904-18483-1-git-send-email-l.majewski@samsung.com
State Changes Requested
Delegated to: Minkyu Kang
Headers show

Commit Message

Łukasz Majewski June 23, 2014, 7:35 a.m. UTC
Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
---
 common/cmd_thordown.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Marek Vasut June 23, 2014, 8:37 a.m. UTC | #1
On Monday, June 23, 2014 at 09:35:04 AM, Lukasz Majewski wrote:
> 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 2dd7509..96f7d32 100644
> --- a/common/cmd_thordown.c
> +++ b/common/cmd_thordown.c
> @@ -64,7 +64,7 @@ exit:
> 
>  U_BOOT_CMD(thordown, CONFIG_SYS_MAXARGS, 1, do_thor_down,
>  	   "TIZEN \"THOR\" downloader",
> -	   "<USB_controller> <interface> <dev>\n"
> +	   "thor <USB_controller> <interface> <dev>\n"
>  	   "  - device software upgrade via LTHOR TIZEN dowload\n"
>  	   "    program via <USB_controller> on device <dev>,\n"
>  	   "	attached to interface <interface>\n"

Looks like v2014.07 matter to me. A description in the patch would be 
appreciated though, so can you do a V3 with it ?

Best regards,
Marek Vasut
Łukasz Majewski June 23, 2014, 9:50 a.m. UTC | #2
Dear all,

> 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 2dd7509..96f7d32 100644
> --- a/common/cmd_thordown.c
> +++ b/common/cmd_thordown.c
> @@ -64,7 +64,7 @@ exit:
>  
>  U_BOOT_CMD(thordown, CONFIG_SYS_MAXARGS, 1, do_thor_down,
>  	   "TIZEN \"THOR\" downloader",
> -	   "<USB_controller> <interface> <dev>\n"
> +	   "thor <USB_controller> <interface> <dev>\n"
>  	   "  - device software upgrade via LTHOR TIZEN dowload\n"
>  	   "    program via <USB_controller> on device <dev>,\n"
>  	   "	attached to interface <interface>\n"

Please discard this patch. I need to devise more neat solution.
diff mbox

Patch

diff --git a/common/cmd_thordown.c b/common/cmd_thordown.c
index 2dd7509..96f7d32 100644
--- a/common/cmd_thordown.c
+++ b/common/cmd_thordown.c
@@ -64,7 +64,7 @@  exit:
 
 U_BOOT_CMD(thordown, CONFIG_SYS_MAXARGS, 1, do_thor_down,
 	   "TIZEN \"THOR\" downloader",
-	   "<USB_controller> <interface> <dev>\n"
+	   "thor <USB_controller> <interface> <dev>\n"
 	   "  - device software upgrade via LTHOR TIZEN dowload\n"
 	   "    program via <USB_controller> on device <dev>,\n"
 	   "	attached to interface <interface>\n"