aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java
diff options
context:
space:
mode:
authorGravatar ajmichael <ajmichael@google.com>2017-12-22 09:16:58 -0800
committerGravatar Copybara-Service <copybara-piper@google.com>2017-12-22 09:19:15 -0800
commit1ad2b699b2934e7a8c55537428120f36c50fb4e9 (patch)
tree8453fbf71cba7103bf609bcd7b724919718133b5 /src/main/java
parenta016bf66b41338282c1b2d7d8de74bcb1c257b46 (diff)
PiperOrigin-RevId: 179932935
Diffstat (limited to 'src/main/java')
-rw-r--r--src/main/java/com/google/devtools/build/lib/runtime/BlazeServerStartupOptions.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/runtime/BlazeServerStartupOptions.java b/src/main/java/com/google/devtools/build/lib/runtime/BlazeServerStartupOptions.java
index ce75d07d5c..97ed798f53 100644
--- a/src/main/java/com/google/devtools/build/lib/runtime/BlazeServerStartupOptions.java
+++ b/src/main/java/com/google/devtools/build/lib/runtime/BlazeServerStartupOptions.java
@@ -375,7 +375,7 @@ public class BlazeServerStartupOptions extends OptionsBase {
category = "server startup",
documentationCategory = OptionDocumentationCategory.BAZEL_CLIENT_OPTIONS,
effectTags = {OptionEffectTag.LOSES_INCREMENTAL_STATE},
- help = "If true, Blaze runs as Exoblaze"
+ help = "If true, use the Exoblaze rule sets. If false, use the Blaze rule sets."
)
public boolean exoblaze;