fixeria has submitted this change. ( https://gerrit.osmocom.org/c/erlang/osmo-s1gw/+/40792?usp=email )
Change subject: contrib/osmo-s1gw.sh: fix 'Illegal option -h' ......................................................................
contrib/osmo-s1gw.sh: fix 'Illegal option -h'
Change-Id: I6a1f9cc69386de9938d841dca770a0eace95c2d4 Fixes: 9c3a38c ("contrib/osmo-s1gw.sh: add help") Related: SYS#7332 --- M contrib/osmo-s1gw.sh 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: pespin: Looks good to me, approved Jenkins Builder: Verified
diff --git a/contrib/osmo-s1gw.sh b/contrib/osmo-s1gw.sh index 5d3e8dd..665f110 100755 --- a/contrib/osmo-s1gw.sh +++ b/contrib/osmo-s1gw.sh @@ -33,7 +33,7 @@ }
# Parse command line options, if any -while getopts "c:C:n:r:s" opt; do +while getopts "c:C:hn:r:s" opt; do case "$opt" in c) CONFIG="$OPTARG"