diff options
author | Daniel Stenberg <daniel@haxx.se> | 2013-08-14 22:39:58 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2013-08-14 22:39:58 +0200 |
commit | f34b5fb4d8f525a99d2c402829a58336c73c19c2 (patch) | |
tree | 796852c968074ae60f4c3a2a0d4af8a0ca4fc77e /src/tool_help.c | |
parent | f584312e81e2636d6452b69628ff2c3cd4f17f90 (diff) | |
download | curl-f34b5fb4d8f525a99d2c402829a58336c73c19c2.tar.gz |
--help: fix the --sasl-ir in the help output
Diffstat (limited to 'src/tool_help.c')
-rw-r--r-- | src/tool_help.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tool_help.c b/src/tool_help.c index 64534acf8..c76f147bb 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", |