Reword usage info to clarify required usage syntax

This commit is contained in:
Ryan Delaney 2018-10-28 15:59:39 -07:00
parent 2d4833c73e
commit 0d83fed4fa

View file

@ -93,8 +93,8 @@ def main(argv=None):
'~/.aws/config', '~/.aws/credentials', '/etc/boto.cfg', '~/.boto', '~/.aws/config', '~/.aws/credentials', '/etc/boto.cfg', '~/.boto',
], ],
help=( help=(
'Location of additional AWS credential files from which to get ' 'Location of additional AWS credential file from which to get '
'secret keys from' 'secret keys. Can be passed multiple times.'
), ),
) )
parser.add_argument( parser.add_argument(