aboutsummaryrefslogtreecommitdiffhomepage
path: root/compile.sh
diff options
context:
space:
mode:
authorGravatar Damien Martin-Guillerez <dmarting@google.com>2016-01-11 15:00:51 +0000
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2016-01-11 20:03:00 +0000
commiteaf8930fd1062590011b55321f551ce8b01fc57c (patch)
tree78757f56c2f73252e3d8283e204d50261fb27137 /compile.sh
parenta4ca63748f116c0e426be7710f0698518af2c043 (diff)
Remove remaining tools
tools command was removed from compile.sh -- MOS_MIGRATED_REVID=111848422
Diffstat (limited to 'compile.sh')
-rwxr-xr-xcompile.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/compile.sh b/compile.sh
index 0c2ddaac1e..07492a5505 100755
--- a/compile.sh
+++ b/compile.sh
@@ -30,7 +30,7 @@ function usage() {
[ -n "${1:-build}" ] && echo "Invalid command(s): $1" >&2
echo "syntax: $0 [command[,command]* [BAZEL_BIN [BAZEL_SUM]]]" >&2
echo " General purpose commands:" >&2
- echo " build = compile,tools,init (default)" >&2
+ echo " build = compile,init (default)" >&2
echo " compile = compile a Bazel binary for usage" >&2
echo " init = initialize the base workspace" >&2
echo " Commands for developers:" >&2