aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build
diff options
context:
space:
mode:
authorGravatar Benjamin Peterson <bp@benjamin.pe>2017-09-20 10:29:40 +0200
committerGravatar László Csomor <laszlocsomor@google.com>2017-09-20 11:59:10 +0200
commitba34494f7b9e12364527f30b57e7d3c7017b31bd (patch)
tree1817d2451896afa45bcc69f2b032f8ac2d0743b7 /src/main/java/com/google/devtools/build
parentfe0734abc71b1ca7902ec9ece7082d61713e76bd (diff)
Remove $LANG from --experimental_strict_action_env help.
This option does not in fact set a static $LANG envvar. Change-Id: I9fbc477194aa1a8723069bb89069be6fafb8df35 PiperOrigin-RevId: 169364740
Diffstat (limited to 'src/main/java/com/google/devtools/build')
-rw-r--r--src/main/java/com/google/devtools/build/lib/bazel/rules/BazelConfiguration.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/bazel/rules/BazelConfiguration.java b/src/main/java/com/google/devtools/build/lib/bazel/rules/BazelConfiguration.java
index 7ddf51837b..f1a7a1f992 100644
--- a/src/main/java/com/google/devtools/build/lib/bazel/rules/BazelConfiguration.java
+++ b/src/main/java/com/google/devtools/build/lib/bazel/rules/BazelConfiguration.java
@@ -47,7 +47,7 @@ public class BazelConfiguration extends Fragment {
documentationCategory = OptionDocumentationCategory.UNCATEGORIZED,
effectTags = {OptionEffectTag.LOADING_AND_ANALYSIS},
help =
- "If true, Bazel uses an environment with a static value for PATH, and LANG and does not "
+ "If true, Bazel uses an environment with a static value for PATH and does not "
+ "inherit LD_LIBRARY_PATH or TMPDIR. Use --action_env=ENV_VARIABLE if you want to "
+ "inherit specific environment variables from the client, but note that doing so "
+ "can prevent cross-user caching if a shared cache is used."