aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/com/google/devtools/build/lib')
-rw-r--r--src/main/java/com/google/devtools/build/lib/runtime/BlazeServerStartupOptions.java4
1 files changed, 3 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 1ec6e13d88..a79eb773b3 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
@@ -210,9 +210,11 @@ public class BlazeServerStartupOptions extends OptionsBase {
OptionEffectTag.LOSES_INCREMENTAL_STATE,
OptionEffectTag.BAZEL_INTERNAL_CONFIGURATION
},
+ metadataTags = {OptionMetadataTag.DEPRECATED},
help =
"If set, Blaze will be run as just a client process without a server, instead of in "
- + "the standard client/server mode."
+ + "the standard client/server mode. This is deprecated and will be removed, please "
+ + "prefer shutting down the server explicitly if you wish to avoid lingering servers."
)
public boolean batch;