mirror of
https://github.com/curl/curl.git
synced 2026-08-25 12:53:33 +03:00
sasl-ir: Added --sasl-ir option to curl command line tool
This commit is contained in:
parent
a846fbbe2a
commit
5d3a031ca7
4 changed files with 10 additions and 0 deletions
|
|
@ -173,6 +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"
|
||||
" -S, --show-error "
|
||||
"Show error. With -s, make curl show errors when they occur",
|
||||
" -s, --silent Silent mode. Don't output anything",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue