aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime/commands/startup_options.txt
diff options
context:
space:
mode:
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}