From 293dd954749d5b65169cbe831acdb997984a1b46 Mon Sep 17 00:00:00 2001
From: kylehuff <code@curetheitch.com>
Date: Sat, 24 Aug 2013 21:52:33 -0400
Subject: [PATCH 5/5] curl help: add --bearer option to help

Adds the option --bearer to the options output
---
 src/tool_help.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/tool_help.c b/src/tool_help.c
index c76f147..d89a87e 100644
--- a/src/tool_help.c
+++ b/src/tool_help.c
@@ -47,6 +47,7 @@ static const char *const helptext[] = {
   "     --anyauth       Pick \"any\" authentication method (H)",
   " -a, --append        Append to target file when uploading (F/SFTP)",
   "     --basic         Use HTTP Basic Authentication (H)",
+  "     --bearer BEARER XOAUTH2 Bearer Token (IMAP and SMTP)",
   "     --cacert FILE   CA certificate to verify peer against (SSL)",
   "     --capath DIR    CA directory to verify peer against (SSL)",
   " -E, --cert CERT[:PASSWD] Client certificate file and password (SSL)",
-- 
1.7.5.4

