From 43a3dcbc84f0ff35d11ce6fa95546be863927ced Mon Sep 17 00:00:00 2001 From: Niraj Tolia Date: Wed, 19 Oct 2022 09:31:32 -0700 Subject: [PATCH] Minor tweak env help text (#1212) ## Description Minor tweak env help text ## Type of change - [x] :world_map: Documentation - [x] :hamster: Trivial/Minor --- src/cli/help/env.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli/help/env.go b/src/cli/help/env.go index f213865a7..dd221649b 100644 --- a/src/cli/help/env.go +++ b/src/cli/help/env.go @@ -71,7 +71,7 @@ var ( {azure, "AZURE_CLIENT_SECRET", "Azure secret for your Azure AD application used to access your M365 tenant."}, } awsEVs = []envVar{ - {aws, "AWS_ACCESS_KEY_ID", "AWS access key for an IAM user or role for accessing S3 bucket repository."}, + {aws, "AWS_ACCESS_KEY_ID", "AWS access key for an IAM user or role for accessing an S3 bucket."}, {aws, "AWS_SECRET_ACCESS_KEY", "Secret key associated with the access key."}, {aws, "AWS_SESSION_TOKEN", "Session token required when using temporary credentials."}, }