Skip to content

Commit c231822

Browse files
bebarinogitster
authored andcommitted
test-genrandom: Add newline to usage string
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 6285441 commit c231822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-genrandom.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ int main(int argc, char *argv[])
1313
unsigned char *c;
1414

1515
if (argc < 2 || argc > 3) {
16-
fprintf( stderr, "Usage: %s <seed_string> [<size>]", argv[0]);
16+
fprintf(stderr, "Usage: %s <seed_string> [<size>]\n", argv[0]);
1717
return 1;
1818
}
1919

0 commit comments

Comments
 (0)