From 03bc2707302d99078b6d4f95183b232a82ea9ae4 Mon Sep 17 00:00:00 2001 From: Peter Brunner Date: Tue, 7 Mar 2023 06:39:02 -0500 Subject: [PATCH] gcs: fix google cloud storage provider help --- backend/googlecloudstorage/googlecloudstorage.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/googlecloudstorage/googlecloudstorage.go b/backend/googlecloudstorage/googlecloudstorage.go index 880d97545..4017c206b 100644 --- a/backend/googlecloudstorage/googlecloudstorage.go +++ b/backend/googlecloudstorage/googlecloudstorage.go @@ -337,7 +337,7 @@ can't check the size and hash but the file contents will be decompressed. Default: false, Examples: []fs.OptionExample{{ Value: "false", - Help: "Enter AWS credentials in the next step.", + Help: "Enter credentials in the next step.", }, { Value: "true", Help: "Get GCP IAM credentials from the environment (env vars or IAM).",