diff --git a/CHANGES b/CHANGES index 1f4e1372db..25441cc160 100644 --- a/CHANGES +++ b/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 * Fix input error test nondeterminism (Evan Typanski, Corelight) diff --git a/VERSION b/VERSION index 86ca860c55..5f64643c1f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.1.0-dev.377 +7.1.0-dev.379 diff --git a/src/spicy/spicyz/main.cc b/src/spicy/spicyz/main.cc index 7541b53d32..b2689600e7 100644 --- a/src/spicy/spicyz/main.cc +++ b/src/spicy/spicyz/main.cc @@ -72,7 +72,7 @@ static void usage() { "instrumentation." "(comma-separated; see 'help' for list).\n" " --cxx-link Link specified static archive or shared library " - "during JIT or to " + "during JIT\n" " -Z | --enable-profiling Report profiling statistics after execution.\n" "\n" "Inputs can be *.spicy, *.evt, *.hlt, .cc/.cxx\n"