From: garciadeblas Date: Wed, 1 Mar 2017 12:25:11 +0000 (+0100) Subject: Change in installer to hide --update option until it works. Fixes bug 216 X-Git-Tag: v1.1.0~2 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=refs%2Fchanges%2F07%2F1207%2F2;p=osm%2Fdevops.git Change in installer to hide --update option until it works. Fixes bug 216 Change-Id: Ib6b18ac14be69a835f42b55be415f228d6e39dbe Signed-off-by: garciadeblas --- diff --git a/installers/install_from_source.sh b/installers/install_from_source.sh index 5a87068b..a8b4e118 100755 --- a/installers/install_from_source.sh +++ b/installers/install_from_source.sh @@ -24,8 +24,8 @@ function usage(){ echo -e " ..." echo -e " --develop: (deprecated, use '-b master') install OSM from source code using the master branch" echo -e " --nat: install only NAT rules" - echo -e " --update: update to the latest stable release or to the latest commit if using a specific branch" - echo -e " --showopts: show current options" +# echo -e " --update: update to the latest stable release or to the latest commit if using a specific branch" + echo -e " --showopts: print chosen options and exit (only for debugging)" echo -e " -h / --help: print this help" }