code formatting and more btest updates

This commit is contained in:
Vern Paxson 2022-05-05 12:36:25 -07:00 committed by Tim Wojtulewicz
parent a9f67f52a5
commit 9f05fe5bfa
8 changed files with 15 additions and 9 deletions

View file

@ -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