diff --git a/ngcp-system-tests b/ngcp-system-tests index dc3b83b..f7ac9ba 100755 --- a/ngcp-system-tests +++ b/ngcp-system-tests @@ -27,7 +27,7 @@ HELP } get_options() { - local _cmdline_opts="mode:" + local _cmdline_opts="help,mode:" local _opt_temp _opt_temp=$(getopt -n "${ME}" -o 'h' -l "${_cmdline_opts}" -- "${OPTS[@]}")