mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 12:08:20 +00:00
Fix the --time and --re-level cmd-line options
This commit is contained in:
parent
3a40d42b2b
commit
85f4f4102d
1 changed files with 2 additions and 1 deletions
|
@ -498,9 +498,10 @@ int main(int argc, char** argv)
|
|||
{"print-plugins", no_argument, 0, 'N'},
|
||||
{"optimize", no_argument, 0, 'O'},
|
||||
{"prime-dns", no_argument, 0, 'P'},
|
||||
{"time", no_argument, 0, 'Q'},
|
||||
{"replay", required_argument, 0, 'R'},
|
||||
{"debug-rules", no_argument, 0, 'S'},
|
||||
{"re-level", required_argument, 0, 'R'},
|
||||
{"re-level", required_argument, 0, 'T'},
|
||||
{"watchdog", no_argument, 0, 'W'},
|
||||
{"print-id", required_argument, 0, 'I'},
|
||||
{"status-file", required_argument, 0, 'U'},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue