TT#72351 Fix 62a2332: allow '--help' option for ngcp-system-tests

Otherwise:

> root@web01a:~# ngcp-system-tests --help
> ngcp-system-tests: unrecognized option '--help'
> root@web01a:~#

Change-Id: I464ee9be5b0311f27d0682756ebcb14f49ba82a2
changes/25/36725/1
Alexander Lutay 7 years ago
parent 895932747b
commit 1043fb0665

@ -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[@]}")

Loading…
Cancel
Save