mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 08:08:19 +00:00
Fix whitespace in help output
This commit is contained in:
parent
92b84a00f9
commit
d0f8c50417
1 changed files with 49 additions and 49 deletions
|
@ -91,7 +91,7 @@ void usage(const char* prog, int code)
|
|||
fprintf(stderr,
|
||||
" -b|--bare-mode | don't load scripts from the base/ directory\n");
|
||||
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, " -e|--exec <zeek code> | augment loaded scripts by given code\n");
|
||||
fprintf(stderr, " -f|--filter <filter> | tcpdump filter\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue