From 7a34ee7716b1103860b07a95df4b5b7077552b0b Mon Sep 17 00:00:00 2001 From: smcaine Date: Mon, 9 Dec 2024 10:58:25 +0000 Subject: [PATCH] adding more context to flag, as this is eks specific --- barman/clients/cloud_cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/barman/clients/cloud_cli.py b/barman/clients/cloud_cli.py index edb00ffdd..40a3622ad 100644 --- a/barman/clients/cloud_cli.py +++ b/barman/clients/cloud_cli.py @@ -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, )