mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 07:08:19 +00:00
bro -B <x> now supports "all" and "help" for <x>.
"all" enables all debug streams. "help" prints a list of available debug streams. Based on patch by John Donnelly. BIT-1313 #merged
This commit is contained in:
parent
1d49ec63f8
commit
1dbc5ed523
6 changed files with 86 additions and 12 deletions
|
@ -188,7 +188,7 @@ void usage()
|
|||
fprintf(stderr, " -x|--print-state <file.bst> | print contents of state file\n");
|
||||
fprintf(stderr, " -z|--analyze <analysis> | run the specified policy file analysis\n");
|
||||
#ifdef DEBUG
|
||||
fprintf(stderr, " -B|--debug <dbgstreams> | Enable debugging output for selected streams\n");
|
||||
fprintf(stderr, " -B|--debug <dbgstreams> | Enable debugging output for selected streams ('-B help' for help)\n");
|
||||
#endif
|
||||
fprintf(stderr, " -C|--no-checksums | ignore checksums\n");
|
||||
fprintf(stderr, " -D|--dfa-size <size> | DFA state cache size\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue