diff --git a/src/main/java/com/google/devtools/build/lib/authandtls/AuthAndTLSOptions.java b/src/main/java/com/google/devtools/build/lib/authandtls/AuthAndTLSOptions.java index 2f97d3b8a77d42..1e1ff53d910261 100644 --- a/src/main/java/com/google/devtools/build/lib/authandtls/AuthAndTLSOptions.java +++ b/src/main/java/com/google/devtools/build/lib/authandtls/AuthAndTLSOptions.java @@ -148,15 +148,17 @@ public class AuthAndTLSOptions extends OptionsBase { documentationCategory = OptionDocumentationCategory.UNCATEGORIZED, effectTags = {OptionEffectTag.UNKNOWN}, help = - "Configures a credential helper to use for retrieving authorization credentials for " - + " repository fetching, remote caching and execution, and the build event" - + " service.\n\n" + "Configures a credential helper conforming to the Credential Helper" + + " Specification to use for retrieving authorization credentials for repository" + + " fetching, remote caching and execution, and the build event service.\n\n" + "Credentials supplied by a helper take precedence over credentials supplied by" - + " --google_default_credentials, --google_credentials, a .netrc file, or the auth" - + " parameter to repository_ctx.download and repository_ctx.download_and_extract.\n\n" + + " `--google_default_credentials`, `--google_credentials`, a `.netrc` file, or the" + + " auth parameter to `repository_ctx.download()` and" + + " `repository_ctx.download_and_extract()`.\n\n" + "May be specified multiple times to set up multiple helpers.\n\n" - + "See https://github.com/bazelbuild/proposals/blob/main/designs/2022-06-07-bazel-credential-helpers.md" - + " for details.") + + "See https://blog.engflow.com/2023/10/09/configuring-bazels-credential-helper/ for" + + " instructions.") public List credentialHelpers; @Option(