aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/runtime/BlazeServerStartupOptions.java
diff options
context:
space:
mode:
authorGravatar ajmichael <ajmichael@google.com>2018-01-24 09:21:07 -0800
committerGravatar Copybara-Service <copybara-piper@google.com>2018-01-24 09:23:10 -0800
commiteb5e3ccaa1dccb6b3a77427be0f1b4d48012c069 (patch)
tree38288863282f40f8ca846c1811955a4187fa23ba /src/main/java/com/google/devtools/build/lib/runtime/BlazeServerStartupOptions.java
parenta39a562850bc17182d2ee0d86177457f27453bef (diff)
PiperOrigin-RevId: 183094604
Diffstat (limited to 'src/main/java/com/google/devtools/build/lib/runtime/BlazeServerStartupOptions.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;