diff --git a/zeek-wrapper.in b/zeek-wrapper.in index 1372c573e7..249df3ad53 100755 --- a/zeek-wrapper.in +++ b/zeek-wrapper.in @@ -1,14 +1,13 @@ #! /usr/bin/env bash # -# Wrapper to continue supporting old names of executables. -# This will print a deprecation warning to stderr if (1) stdin/stdout/stderr -# are all connected to a tty, and (2) the environment variable ZEEK_IS_BRO -# is unset. +# Wrapper to continue reporting usage old names of executables. +# This will print an error warning to stderr if stdin/stdout/stderr +# are all connected to a tty. In any case, it will abort with error +# exit code. function deprecated { cat >&2 <