aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime/commands/startup_options.txt
diff options
context:
space:
mode:
authorGravatar Laurent Le Brun <laurentlb@google.com>2015-03-04 17:36:19 +0000
committerGravatar Han-Wen Nienhuys <hanwen@google.com>2015-03-05 18:30:02 +0000
commita1a29388d66ad3953367b18a4ae910f51db54e96 (patch)
tree3f472de02ce38ec7749a40281af693f618e5b104 /src/main/java/com/google/devtools/build/lib/runtime/commands/startup_options.txt
parent586638ffc70b5e9ff7e782be87962e19dba3f168 (diff)
Use the correct product name in Bazel command help
-- MOS_MIGRATED_REVID=87717872
Diffstat (limited to 'src/main/java/com/google/devtools/build/lib/runtime/commands/startup_options.txt')
-rw-r--r--src/main/java/com/google/devtools/build/lib/runtime/commands/startup_options.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/runtime/commands/startup_options.txt b/src/main/java/com/google/devtools/build/lib/runtime/commands/startup_options.txt
index 5414707d0a..fb62fdbf27 100644
--- a/src/main/java/com/google/devtools/build/lib/runtime/commands/startup_options.txt
+++ b/src/main/java/com/google/devtools/build/lib/runtime/commands/startup_options.txt
@@ -2,13 +2,13 @@
Startup options
===============
-These options affect how Blaze starts up, or more specifically, how
-the virtual machine hosting Blaze starts up, and how the Blaze server
-starts up. These options must be specified to the left of the Blaze
+These options affect how %{product} starts up, or more specifically, how
+the virtual machine hosting %{product} starts up, and how the %{product} server
+starts up. These options must be specified to the left of the %{product}
command (e.g. 'build'), and they must not contain any space between
option name and value.
Example:
- % blaze --host_jvm_args=-Xmx1400m --output_base=/tmp/foo build //base
+ % %{product} --host_jvm_args=-Xmx1400m --output_base=/tmp/foo build //base
%{options}