From: Galen Charlton Date: Wed, 12 Apr 2017 20:06:09 +0000 (-0400) Subject: LP#1665933: describe the new -x option when running -h X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=8b57a582d0c2d17a0480a93e4fb54eaae2e15968;p=contrib%2FConifer.git LP#1665933: describe the new -x option when running -h Signed-off-by: Galen Charlton Signed-off-by: Ben Shum Conflicts: build/tools/make_release --- diff --git a/build/tools/make_release b/build/tools/make_release index 4b3bcbe660..32a3589fb2 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/bower" + echo " -x skip building the XUL client" echo " NOTE: -t and -b override PREV_BRANCH/PREV_VERSION, but -b overrides -t." exit -1 ;;