mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Merge branch 'topic/christian/help-tweak'
* topic/christian/help-tweak: Alignment tweak in help output
This commit is contained in:
commit
73f20ba761
3 changed files with 6 additions and 2 deletions
4
CHANGES
4
CHANGES
|
@ -1,3 +1,7 @@
|
||||||
|
5.1.0-dev.412 | 2022-08-17 13:31:13 -0700
|
||||||
|
|
||||||
|
* Alignment tweak in help output (Christian Kreibich, Corelight)
|
||||||
|
|
||||||
5.1.0-dev.410 | 2022-08-17 13:29:01 -0700
|
5.1.0-dev.410 | 2022-08-17 13:29:01 -0700
|
||||||
|
|
||||||
* GH-163: Use ID name (including module name) to create EventExpr when possible (Tim Wojtulewicz, Corelight)
|
* GH-163: Use ID name (including module name) to create EventExpr when possible (Tim Wojtulewicz, Corelight)
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
5.1.0-dev.410
|
5.1.0-dev.412
|
||||||
|
|
|
@ -107,7 +107,7 @@ void usage(const char* prog, int code)
|
||||||
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, " -u|--usage-issues | find variable usage issues and exit\n");
|
fprintf(stderr, " -u|--usage-issues | find variable usage issues and exit\n");
|
||||||
fprintf(stderr, " --no-unused-warnings | suppress warnings of unused "
|
fprintf(stderr, " --no-unused-warnings | suppress warnings of unused "
|
||||||
"functions/hooks/events\n");
|
"functions/hooks/events\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");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue