From eb5e3ccaa1dccb6b3a77427be0f1b4d48012c069 Mon Sep 17 00:00:00 2001 From: ajmichael Date: Wed, 24 Jan 2018 09:21:07 -0800 Subject: PiperOrigin-RevId: 183094604 --- .../google/devtools/build/lib/runtime/BlazeServerStartupOptions.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java/com/google/devtools/build/lib/runtime/BlazeServerStartupOptions.java') 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; -- cgit v1.2.3