mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +00:00
correct usage info for -u flag; -uu no longer supported
This commit is contained in:
parent
deb518588a
commit
5e71e757fe
1 changed files with 1 additions and 3 deletions
|
@ -105,9 +105,7 @@ void usage(const char* prog, int code)
|
||||||
"allowed, pass '-' as the filename to read from stdin)\n");
|
"allowed, pass '-' as the filename to read from stdin)\n");
|
||||||
fprintf(stderr, " -s|--rulefile <rulefile> | read rules from given file\n");
|
fprintf(stderr, " -s|--rulefile <rulefile> | read rules from given file\n");
|
||||||
fprintf(stderr, " -t|--tracefile <tracefile> | activate execution tracing\n");
|
fprintf(stderr, " -t|--tracefile <tracefile> | activate execution tracing\n");
|
||||||
fprintf(stderr,
|
fprintf(stderr, " -u|--usage-issues | find variable usage issues and exit\n");
|
||||||
" -u|--usage-issues | find variable usage issues and exit; use "
|
|
||||||
"-uu for deeper/more expensive analysis\n");
|
|
||||||
fprintf(stderr, " -v|--version | print version and exit\n");
|
fprintf(stderr, " -v|--version | print version and exit\n");
|
||||||
fprintf(stderr, " -w|--writefile <writefile> | write to given tcpdump file\n");
|
fprintf(stderr, " -w|--writefile <writefile> | write to given tcpdump file\n");
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue