Make the documentation of --experimental_allow_uinresolved_symlinks correspond to reality. RELNOTES: None. PiperOrigin-RevId: 447934031
diff --git a/src/main/java/com/google/devtools/build/lib/analysis/config/CoreOptions.java b/src/main/java/com/google/devtools/build/lib/analysis/config/CoreOptions.java index 888e5df..286657b 100644 --- a/src/main/java/com/google/devtools/build/lib/analysis/config/CoreOptions.java +++ b/src/main/java/com/google/devtools/build/lib/analysis/config/CoreOptions.java
@@ -645,8 +645,9 @@ OptionEffectTag.LOADING_AND_ANALYSIS, }, help = - "If enabled, Bazel allows the use of ctx.action.{declare_symlink,symlink}, thus " - + "allowing the user to create symlinks (resolved and unresolved)") + "If enabled, Bazel allows the use of ctx.action.declare_symlink() and the use of " + + "ctx.actions.symlink() without a target file, thus allowing the creation of " + + "unresolved symlinks") public boolean allowUnresolvedSymlinks; /** Values for --experimental_output_paths. */