aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/packages
diff options
context:
space:
mode:
authorGravatar Damien Martin-Guillerez <dmarting@google.com>2016-02-15 12:09:09 +0000
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2016-02-15 13:44:14 +0000
commitdef8ce373cef2c50b8b5be43aea6f56a5a5ba2e1 (patch)
treed26717b43c17b82c0d08d2a6d13af880889901b6 /scripts/packages
parent70e54805ce875d56b050eaeda5b8c0e2ffc8a637 (diff)
Fix template help for Bazel installer
Fixes #887. -- MOS_MIGRATED_REVID=114681512
Diffstat (limited to 'scripts/packages')
-rwxr-xr-xscripts/packages/template_bin.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/packages/template_bin.sh b/scripts/packages/template_bin.sh
index 594a19c746..3a2901a56e 100755
--- a/scripts/packages/template_bin.sh
+++ b/scripts/packages/template_bin.sh
@@ -36,8 +36,9 @@ function usage() {
echo " --prefix=/some/path set the prefix path (default=/usr/local)." >&2
echo " --bin= set the binary folder path (default=%prefix%/bin)." >&2
echo " --base= set the base install path (default=%prefix%/lib/bazel)." >&2
- echo " --user configure for user install, expands to" >&2
- echo ' `--bin=$HOME/bin --base=$HOME/.bazel' >&2
+ echo " --bazelrc= set the path to bazelrc (default=/etc/bazelrc)." >&2
+ echo " --user configure for user install, expands to:" >&2
+ echo ' --bin=$HOME/bin --base=$HOME/.bazel --bazelrc=$HOME/.bazelrc' >&2
exit 1
}