From f34b5fb4d8f525a99d2c402829a58336c73c19c2 Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Wed, 14 Aug 2013 22:39:58 +0200
Subject: [PATCH] --help: fix the --sasl-ir in the help output

---
 src/tool_help.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/tool_help.c b/src/tool_help.c
index 64534acf81..c76f147bb6 100644
--- a/src/tool_help.c
+++ b/src/tool_help.c
@@ -173,7 +173,7 @@ static const char *const helptext[] = {
   "     --retry-delay SECONDS "
   "When retrying, wait this many seconds between each",
   "     --retry-max-time SECONDS  Retry only within this period",
-  "     --sasl-ir       Enable initial response in SASL authentication"
+  "     --sasl-ir       Enable initial response in SASL authentication",
   " -S, --show-error    "
   "Show error. With -s, make curl show errors when they occur",
   " -s, --silent        Silent mode. Don't output anything",
-- 
GitLab