diff options
author | Daniel Stenberg <daniel@haxx.se> | 2017-05-17 10:55:12 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-05-17 10:55:12 +0200 |
commit | a6f657911e19c234739b3fe2e5519f041e69753b (patch) | |
tree | c4fa144a543a1e72fbae790ee2fa946fd4f52ed4 /docs | |
parent | c58063b4f828f47e4a7ed6c8c6cbd286d1162afc (diff) | |
download | curl-a6f657911e19c234739b3fe2e5519f041e69753b.tar.gz |
oauth2-bearer.d: mention the <token> argument
Diffstat (limited to 'docs')
-rw-r--r-- | docs/cmdline-opts/oauth2-bearer.d | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/cmdline-opts/oauth2-bearer.d b/docs/cmdline-opts/oauth2-bearer.d index adad532c7..780716748 100644 --- a/docs/cmdline-opts/oauth2-bearer.d +++ b/docs/cmdline-opts/oauth2-bearer.d @@ -1,5 +1,6 @@ Long: oauth2-bearer Help: OAuth 2 Bearer Token +Arg: <token> Protocols: IMAP POP3 SMTP --- Specify the Bearer Token for OAUTH 2.0 server authentication. The Bearer Token |