mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 08:38:20 +00:00
Alignment tweak in help output
This commit is contained in:
parent
a0a2a18337
commit
b0001613f5
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ void usage(const char* prog, int code)
|
|||
fprintf(stderr, " -s|--rulefile <rulefile> | read rules from given file\n");
|
||||
fprintf(stderr, " -t|--tracefile <tracefile> | activate execution tracing\n");
|
||||
fprintf(stderr, " -u|--usage-issues | find variable usage issues and exit\n");
|
||||
fprintf(stderr, " --no-unused-warnings | suppress warnings of unused "
|
||||
fprintf(stderr, " --no-unused-warnings | suppress warnings of unused "
|
||||
"functions/hooks/events\n");
|
||||
fprintf(stderr, " -v|--version | print version and exit\n");
|
||||
fprintf(stderr, " -w|--writefile <writefile> | write to given tcpdump file\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue