--help: fix the --sasl-ir in the help output

This commit is contained in:
Daniel Stenberg
2013-08-14 22:39:58 +02:00
parent f584312e81
commit f34b5fb4d8

View File

@@ -173,7 +173,7 @@ static const char *const helptext[] = {
" --retry-delay SECONDS " " --retry-delay SECONDS "
"When retrying, wait this many seconds between each", "When retrying, wait this many seconds between each",
" --retry-max-time SECONDS Retry only within this period", " --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 " " -S, --show-error "
"Show error. With -s, make curl show errors when they occur", "Show error. With -s, make curl show errors when they occur",
" -s, --silent Silent mode. Don't output anything", " -s, --silent Silent mode. Don't output anything",