mirror of
https://github.com/git/git.git
synced 2024-11-06 09:13:01 +01:00
Merge branch 'maint'
* maint: test-genrandom: Add newline to usage string
This commit is contained in:
commit
86e081aea4
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue