Skip to content

Commit

Permalink
Fix template help for Bazel installer
Browse files Browse the repository at this point in the history
Fixes bazelbuild#887.

--
MOS_MIGRATED_REVID=114681512
  • Loading branch information
damienmg committed Feb 15, 2016
1 parent 70e5480 commit def8ce3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/packages/template_bin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit def8ce3

Please sign in to comment.