LP#1665933: describe the new -x option when running -h
authorGalen Charlton <gmc@equinoxinitiative.org>
Wed, 12 Apr 2017 20:06:09 +0000 (16:06 -0400)
committerBen Shum <ben@evergreener.net>
Wed, 12 Apr 2017 21:42:48 +0000 (17:42 -0400)
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Signed-off-by: Ben Shum <ben@evergreener.net>

build/tools/make_release

index 8386ad5..b870309 100755 (executable)
@@ -84,6 +84,7 @@ while getopts ":hv:f:F:nptbrij:cx" opt; do
             echo "   -i skip i18n; primarily useful for (quickly) testing this script."
             echo "   -j opensrf javascript library path.  If osrf_config is found, the value derived from osrf_config --libdir."
             echo "   -c build the experimental browser client;  requires nodejs/grunt-cli"
+            echo "   -x skip building the XUL client"
             echo "   NOTE: -t and -b override PREV_BRANCH/PREV_VERSION, but -b overrides -t."
             exit -1
         ;;