mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 07:38:19 +00:00
code formatting and more btest updates
This commit is contained in:
parent
a9f67f52a5
commit
9f05fe5bfa
8 changed files with 15 additions and 9 deletions
|
@ -107,7 +107,8 @@ 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-usage-warnings | suppress warnings of unused functions/hooks/events\n");
|
||||
fprintf(stderr, " --no-usage-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");
|
||||
#ifdef DEBUG
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue