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 b4d0ef344744df..e8440e141ec1ba 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,14 @@ public class AuthAndTLSOptions extends OptionsBase { documentationCategory = OptionDocumentationCategory.UNCATEGORIZED, effectTags = {OptionEffectTag.UNKNOWN}, help = - "Configures a credential helper to use for retrieving authorization credentials for " + "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(