fixeria submitted this change.

View Change

Approvals: pespin: Looks good to me, approved Jenkins Builder: Verified
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(-)

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"

To view, visit change 40792. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: merged
Gerrit-Project: erlang/osmo-s1gw
Gerrit-Branch: master
Gerrit-Change-Id: I6a1f9cc69386de9938d841dca770a0eace95c2d4
Gerrit-Change-Number: 40792
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>