Browse Source

* fix usage hint

master
Alex 'AdUser' Z 8 years ago
parent
commit
3b58c0f23c
  1. 2
      src/daemon.c

2
src/daemon.c

@ -59,7 +59,7 @@ void signal_handler(int signum) {
} }
void usage(int exitcode) { void usage(int exitcode) {
fprintf(stderr, "Usage: f2b [-c <config>] [-d] [-h]\n"); fprintf(stderr, "Usage: f2b [-c <config>] [-d] [-h] [-t]\n");
exit(exitcode); exit(exitcode);
} }

Loading…
Cancel
Save