Re: [U-Boot] [PATCH] cmd_part: fix usage text

2015-04-27 Thread Sjoerd Simons
On Tue, 2015-04-28 at 01:44 +0200, Maxin B. John wrote:
> Fix the usage info from:
> part part uuid  :
> to
> part uuid  :
> 
> Signed-off-by: Maxin B. John 

Another case of the automatic command prefixing in the long description
leading to stuttering :) patch looks good to me

Reviewed-By: Sjoerd Simons  ---
>  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 d04588e..8483c12 100644
> --- a/common/cmd_part.c
> +++ b/common/cmd_part.c
> @@ -128,7 +128,7 @@ static int do_part(cmd_tbl_t *cmdtp, int flag, int argc, 
> char * const argv[])
>  U_BOOT_CMD(
>   part,   CONFIG_SYS_MAXARGS, 1,  do_part,
>   "disk partition related commands",
> - "part uuid  :\n"
> + "uuid  :\n"
>   "- print partition UUID\n"
>   "part uuid  : \n"
>   "- set environment variable to partition UUID\n"


___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH] cmd_part: fix usage text

2015-04-27 Thread Maxin B. John
Fix the usage info from:
part part uuid  :
to
part uuid  :

Signed-off-by: Maxin B. John 
---
 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 d04588e..8483c12 100644
--- a/common/cmd_part.c
+++ b/common/cmd_part.c
@@ -128,7 +128,7 @@ static int do_part(cmd_tbl_t *cmdtp, int flag, int argc, 
char * const argv[])
 U_BOOT_CMD(
part,   CONFIG_SYS_MAXARGS, 1,  do_part,
"disk partition related commands",
-   "part uuid  :\n"
+   "uuid  :\n"
"- print partition UUID\n"
"part uuid  : \n"
"- set environment variable to partition UUID\n"
-- 
1.9.1

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot