Reword usage info to clarify required usage syntax
diff --git a/pre_commit_hooks/detect_aws_credentials.py b/pre_commit_hooks/detect_aws_credentials.py index 35638b7..ecd9d40 100644 --- a/pre_commit_hooks/detect_aws_credentials.py +++ b/pre_commit_hooks/detect_aws_credentials.py
@@ -93,8 +93,8 @@ '~/.aws/config', '~/.aws/credentials', '/etc/boto.cfg', '~/.boto', ], help=( - 'Location of additional AWS credential files from which to get ' - 'secret keys from' + 'Location of additional AWS credential file from which to get ' + 'secret keys. Can be passed multiple times.' ), ) parser.add_argument(