diff options
-rw-r--r-- | docs/curl.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/curl.1 b/docs/curl.1 index fe18459ac..c4592feb2 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -1056,7 +1056,7 @@ working directory before you invoke curl with the \fB-O, --remote-name\fP flag! You may use this option as many times as the number of URLs you have. .IP "--oauth2-bearer" (IMAP/POP3/SMTP) Specify the Bearer Token for OAUTH 2.0 server authentication. -The Bearer Token is used in conjuction with the user name which can be +The Bearer Token is used in conjunction with the user name which can be specified as part of the \fI--url\fP or \fI-u, --user\fP options. The Bearer Token and user name are formatted according to RFC 6750. |