git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] test-genrandom: Add newline to usage string
@ 2009-04-23  7:25 Stephen Boyd
  0 siblings, 0 replies; only message in thread
From: Stephen Boyd @ 2009-04-23  7:25 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git

A minor fix to place the terminal input on a new line if test-genrandom
is run with no arguments.

Signed-off-by: Stephen Boyd <bebarino@gmail.com>
---
 test-genrandom.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/test-genrandom.c b/test-genrandom.c
index 8cefe6c..b81ad67 100644
--- a/test-genrandom.c
+++ b/test-genrandom.c
@@ -13,7 +13,7 @@ int main(int argc, char *argv[])
 	unsigned char *c;
 
 	if (argc < 2 || argc > 3) {
-		fprintf( stderr, "Usage: %s <seed_string> [<size>]", argv[0]);
+		fprintf( stderr, "Usage: %s <seed_string> [<size>]\n", argv[0]);
 		return 1;
 	}
 
-- 
1.6.2.3

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

only message in thread, other threads:[~2009-04-23  7:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-23  7:25 [PATCH] test-genrandom: Add newline to usage string Stephen Boyd

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).