[PATCH] commands: memset: fix help message

Sascha Hauer s.hauer at pengutronix.de
Thu Aug 9 02:44:53 EDT 2012


On Tue, Aug 07, 2012 at 10:51:06PM +0400, Antony Pavlov wrote:
> memset has no '-s' option so remove related help string.
> Also this patch makes the command's description more clear.
> 
> Signed-off-by: Antony Pavlov <antonynpavlov at gmail.com>

Applied, thanks

Sascha

> ---
>  commands/mem.c |    5 ++---
>  1 file changed, 2 insertions(+), 3 deletions(-)
> 
> diff --git a/commands/mem.c b/commands/mem.c
> index cc94062..ec46a48 100644
> --- a/commands/mem.c
> +++ b/commands/mem.c
> @@ -566,14 +566,13 @@ out:
>  }
>  
>  static const __maybe_unused char cmd_memset_help[] =
> -"Usage: memset [OPTIONS] <src> <c> <n>\n"
> +"Usage: memset [OPTIONS] <addr> <c> <n>\n"
>  "\n"
>  "options:\n"
>  "  -b, -w, -l   use byte, halfword, or word accesses\n"
> -"  -s <file>    source file (default /dev/mem)\n"
>  "  -d <file>    destination file (default /dev/mem)\n"
>  "\n"
> -"Fill the first n bytes of area with byte c\n";
> +"Fill the first <n> bytes at offset <addr> with byte <c>\n";
>  
>  BAREBOX_CMD_START(memset)
>  	.cmd		= do_memset,
> -- 
> 1.7.10.4
> 
> 
> _______________________________________________
> barebox mailing list
> barebox at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
> 

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |



More information about the barebox mailing list