X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Finstall_from_source.sh;h=a8b4e11864167515ee979486458df1a939e03caa;hb=fc43c9d138cd2fd23e8f578182e67b43246895e5;hp=5a87068b3074ce011b28063103a0180423554e44;hpb=59f35810e65c6a06adce23c54dd02bc9332a08c0;p=osm%2Fdevops.git 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" }