Fix whitespace in help output

This commit is contained in:
Tim Wojtulewicz 2021-11-08 11:53:54 -07:00
parent 92b84a00f9
commit d0f8c50417

View file

@ -91,7 +91,7 @@ void usage(const char* prog, int code)
fprintf(stderr, fprintf(stderr,
" -b|--bare-mode | don't load scripts from the base/ directory\n"); " -b|--bare-mode | don't load scripts from the base/ directory\n");
fprintf(stderr, fprintf(stderr,
" -c|--capture-unprocessed <file>| write unprocessed packets to a tcpdump file\n"); " -c|--capture-unprocessed <file> | write unprocessed packets to a tcpdump file\n");
fprintf(stderr, " -d|--debug-script | activate Zeek script debugging\n"); fprintf(stderr, " -d|--debug-script | activate Zeek script debugging\n");
fprintf(stderr, " -e|--exec <zeek code> | augment loaded scripts by given code\n"); fprintf(stderr, " -e|--exec <zeek code> | augment loaded scripts by given code\n");
fprintf(stderr, " -f|--filter <filter> | tcpdump filter\n"); fprintf(stderr, " -f|--filter <filter> | tcpdump filter\n");