Skip to content

Commit

Permalink
Make the documentation of --experimental_allow_uinresolved_symlinks c…
Browse files Browse the repository at this point in the history
…orrespond to reality.

RELNOTES: None.
PiperOrigin-RevId: 447934031
  • Loading branch information
lberki authored and copybara-github committed May 11, 2022
1 parent f02e2fa commit 1127316
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -645,8 +645,9 @@ public OutputDirectoryNamingSchemeConverter() {
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. */
Expand Down

0 comments on commit 1127316

Please sign in to comment.