Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Commit df823ab

Browse files
Fix typo
Co-authored-by: Simon Barendse <SimonBarendse@users.noreply.github.com>
1 parent 9fd6e02 commit df823ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internals/secrethub/service_aws_init.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ func (cmd *ServiceAWSInitCommand) Register(r command.Registerer) {
159159
clause.Flag("kms-key", "The ID or ARN of the KMS-key to be used for encrypting the service's account key.").StringVar(&cmd.kmsKeyID)
160160
clause.Flag("role", "The role name or ARN of the IAM role that should have access to this service account.").StringVar(&cmd.role)
161161
clause.Flag("region", "The AWS region that should be used for KMS.").StringVar(&cmd.region)
162-
clause.Flag("description", "A description for the service so others will recognize it. Defaults `AWS role <role-name>`.").StringVar(&cmd.description)
162+
clause.Flag("description", "A description for the service so others will recognize it. Defaults to `AWS role <role-name>`.").StringVar(&cmd.description)
163163
clause.Flag("descr", "").Hidden().StringVar(&cmd.description)
164164
clause.Flag("desc", "").Hidden().StringVar(&cmd.description)
165165
clause.Flag("permission", "Create an access rule giving the service account permission on a directory. Accepted permissions are `read`, `write` and `admin`. Use `--permission <permission>` to give permission on the root of the repo and `--permission <dir>[/<dir> ...]:<permission>` to give permission on a subdirectory.").StringVar(&cmd.permission)

0 commit comments

Comments
 (0)