mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Merge branch 'topic/bbannier/spicyz-usage'
This commit is contained in:
commit
ac5522f03a
3 changed files with 6 additions and 2 deletions
4
CHANGES
4
CHANGES
|
@ -1,3 +1,7 @@
|
||||||
|
7.1.0-dev.379 | 2024-10-04 13:34:31 +0200
|
||||||
|
|
||||||
|
* Add missing newline in `spicyz` usage message (Benjamin Bannier, Corelight)
|
||||||
|
|
||||||
7.1.0-dev.377 | 2024-10-02 20:17:28 +0200
|
7.1.0-dev.377 | 2024-10-02 20:17:28 +0200
|
||||||
|
|
||||||
* Fix input error test nondeterminism (Evan Typanski, Corelight)
|
* Fix input error test nondeterminism (Evan Typanski, Corelight)
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
7.1.0-dev.377
|
7.1.0-dev.379
|
||||||
|
|
|
@ -72,7 +72,7 @@ static void usage() {
|
||||||
"instrumentation."
|
"instrumentation."
|
||||||
"(comma-separated; see 'help' for list).\n"
|
"(comma-separated; see 'help' for list).\n"
|
||||||
" --cxx-link <lib> Link specified static archive or shared library "
|
" --cxx-link <lib> Link specified static archive or shared library "
|
||||||
"during JIT or to "
|
"during JIT\n"
|
||||||
" -Z | --enable-profiling Report profiling statistics after execution.\n"
|
" -Z | --enable-profiling Report profiling statistics after execution.\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Inputs can be *.spicy, *.evt, *.hlt, .cc/.cxx\n"
|
"Inputs can be *.spicy, *.evt, *.hlt, .cc/.cxx\n"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue