[PATCH 1/3] loadb: add missing brackets in help
Alexander Aring
alex.aring at gmail.com
Mon Oct 26 11:10:27 PDT 2015
This patch adds missing brackets in the help text of loadb command.
Signed-off-by: Alexander Aring <alex.aring at gmail.com>
---
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
More information about the barebox
mailing list