mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] memtest: add missing newline at usagestring
@ 2013-12-09 12:15 Alexander Aring
  0 siblings, 0 replies; only message in thread
From: Alexander Aring @ 2013-12-09 12:15 UTC (permalink / raw)
  To: barebox

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-12-09 12:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-12-09 12:15 [PATCH] memtest: add missing newline at usagestring Alexander Aring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox