Skip to content

Commit

Permalink
adding more context to flag, as this is eks specific
Browse files Browse the repository at this point in the history
  • Loading branch information
smcaine committed Dec 18, 2024
1 parent 5524ae7 commit 7a34ee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion barman/clients/cloud_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def create_argument_parser(description, source_or_destination=UrlArgumentType.so
)
s3_arguments.add_argument(
"--aws-irsa",
help="bypasses credentials/profile and uses iam service account",
help="bypasses credentials/profile and uses eks iam service account",
action="store_true",
default=False,
)
Expand Down

0 comments on commit 7a34ee7

Please sign in to comment.