mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-29 18:16:52 +00:00
Reword usage info to clarify required usage syntax
This commit is contained in:
parent
2d4833c73e
commit
0d83fed4fa
1 changed files with 2 additions and 2 deletions
|
|
@ -93,8 +93,8 @@ def main(argv=None):
|
|||
'~/.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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue