[PATCH 1/3] loadb: add missing brackets in help
Sascha Hauer
s.hauer at pengutronix.de
Tue Oct 27 08:46:05 PDT 2015
On Mon, Oct 26, 2015 at 07:10:27PM +0100, Alexander Aring wrote:
> This patch adds missing brackets in the help text of loadb command.
>
> Signed-off-by: Alexander Aring <alex.aring at gmail.com>
Applied, thanks
Sascha
> ---
> commands/loadb.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/commands/loadb.c b/commands/loadb.c
> index be5830d..aabb00a 100644
> --- a/commands/loadb.c
> +++ b/commands/loadb.c
> @@ -681,9 +681,9 @@ static int do_load_serial_bin(int argc, char *argv[])
> BAREBOX_CMD_HELP_START(loadb)
> BAREBOX_CMD_HELP_TEXT("")
> BAREBOX_CMD_HELP_TEXT("Options:")
> -BAREBOX_CMD_HELP_OPT("-f FILE", "download to FILE (default image.bin")
> +BAREBOX_CMD_HELP_OPT("-f FILE", "download to FILE (default image.bin)")
> BAREBOX_CMD_HELP_OPT("-o OFFS", "destination file OFFSet (default 0)")
> -BAREBOX_CMD_HELP_OPT("-b BAUD", "baudrate for download (default: console baudrate")
> +BAREBOX_CMD_HELP_OPT("-b BAUD", "baudrate for download (default: console baudrate)")
> BAREBOX_CMD_HELP_END
>
> BAREBOX_CMD_START(loadb)
> --
> 2.6.1
>
>
> _______________________________________________
> 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