diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/cgol.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -245,6 +245,6 @@ print_cell(int i, int j, bool next) void usage(const char *invocation) { - printf("Usage: %s [-w WIDTH] [-h HEIGHT] [-s SEEDPROB] [-r RATE] " - "[-n GENERATIONS]", invocation); + fprintf(stderr, "Usage: %s [-w WIDTH] [-h HEIGHT] [-s SEEDPROB] [-r RATE] " + "[-n GENERATIONS]\n", invocation); } |