Add 'profile' option to command line help.

This commit is contained in:
Michael Chen 2018-11-19 08:26:23 -08:00 committed by GitHub
parent a92668ae78
commit 3c970646d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1104,6 +1104,11 @@ void show_help (void)
" If you specify this option for set \"Content-Encoding\" HTTP \n"
" header, please take care for RFC 2616.\n"
"\n"
" profile (default=\"default\")\n"
" - Choose a profile from ${HOME}/.aws/credentials to authenticate\n"
" against S3. Note that this format matches the AWS CLI format and\n"
" differs from the s3fs passwd format.\n"
"\n"
" connect_timeout (default=\"300\" seconds)\n"
" - time to wait for connection before giving up\n"
"\n"