From 54270c3d93319f8aeecd670e1116c53b4936d925 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Wed, 12 Apr 2017 16:06:09 -0400 Subject: [PATCH] LP#1665933: describe the new -x option when running -h Signed-off-by: Galen Charlton Signed-off-by: Ben Shum --- build/tools/make_release | 1 + 1 file changed, 1 insertion(+) diff --git a/build/tools/make_release b/build/tools/make_release index 8386ad5aea..b8703090bd 100755 --- a/build/tools/make_release +++ b/build/tools/make_release @@ -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 ;; -- 2.43.2