Skip to content

Commit 0d83fed

Browse files
committed
Reword usage info to clarify required usage syntax
1 parent 2d4833c commit 0d83fed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pre_commit_hooks/detect_aws_credentials.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ def main(argv=None):
9393
'~/.aws/config', '~/.aws/credentials', '/etc/boto.cfg', '~/.boto',
9494
],
9595
help=(
96-
'Location of additional AWS credential files from which to get '
97-
'secret keys from'
96+
'Location of additional AWS credential file from which to get '
97+
'secret keys. Can be passed multiple times.'
9898
),
9999
)
100100
parser.add_argument(

0 commit comments

Comments
 (0)