diff options
author | Alessandro Ghedini <alessandro@ghedini.me> | 2013-10-14 20:49:54 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2013-10-15 20:37:13 +0200 |
commit | 69c0d3fbc8bfb04d59b65ca4e393e3a5161097f4 (patch) | |
tree | 25efd3b38b6e5572683bcae823c25a33c0f25585 /docs | |
parent | 076726f1412205622414abd908723c4b33ca12cb (diff) |
curl.1: fix typo conjuction -> conjunction
Diffstat (limited to 'docs')
-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. |