mirror of
https://github.com/jorisvink/kore
synced 2025-03-10 04:59:02 -04:00
remove unneeded parenthesis.
This commit is contained in:
parent
ae28f51d56
commit
583d75edcb
@ -69,7 +69,7 @@ usage(void)
|
||||
fprintf(stderr, "\t-c\tconfiguration to use\n");
|
||||
#endif
|
||||
#if defined(KORE_DEBUG)
|
||||
fprintf(stderr, "\t-d\trun with debug on)\n");
|
||||
fprintf(stderr, "\t-d\trun with debug on\n");
|
||||
#endif
|
||||
fprintf(stderr, "\t-f\tstart in foreground\n");
|
||||
fprintf(stderr, "\t-h\tthis help text\n");
|
||||
|
Loading…
x
Reference in New Issue
Block a user