fixeria submitted this change.
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.