From: Alexander Aring <alex.aring@gmail.com>
To: barebox@lists.infradead.org
Subject: [PATCH] memtest: add missing newline at usagestring
Date: Mon, 9 Dec 2013 13:15:13 +0100 [thread overview]
Message-ID: <1386591313-15913-1-git-send-email-alex.aring@gmail.com> (raw)
All other commands have a newline at the end of usagestring. Add this
for memtest as well.
Signed-off-by: Alexander Aring <alex.aring@gmail.com>
---
commands/memtest.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/commands/memtest.c b/commands/memtest.c
index c82badc..e988132 100644
--- a/commands/memtest.c
+++ b/commands/memtest.c
@@ -244,7 +244,7 @@ static const __maybe_unused char cmd_memtest_help[] =
"Usage: memtest [OPTION]...\n"
"memtest related commands\n"
" -i <iterations> iterations [default=1, endless=0].\n"
-" -b perform only a test on buslines.";
+" -b perform only a test on buslines.\n";
BAREBOX_CMD_START(memtest)
.cmd = do_memtest,
--
1.8.5.1
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
reply other threads:[~2013-12-09 12:22 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1386591313-15913-1-git-send-email-alex.aring@gmail.com \
--to=alex.aring@gmail.com \
--cc=barebox@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox