Merge branch 'topic/bbannier/spicyz-usage'

This commit is contained in:
Benjamin Bannier 2024-10-04 13:34:31 +02:00
commit ac5522f03a
3 changed files with 6 additions and 2 deletions

View file

@ -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)

View file

@ -1 +1 @@
7.1.0-dev.377 7.1.0-dev.379

View file

@ -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"