diff options
author | Steve Holme <steve_holme@hotmail.com> | 2019-04-19 14:26:47 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2019-05-22 22:55:11 +0100 |
commit | a9499ff136d89987af885e2d7dff0a066a3e5817 (patch) | |
tree | 904b62365fed0947213dfe9d18de1bffa9404739 /src/tool_help.c | |
parent | a14d72ca2fec5d4eb5a043936e4f7ce08015c177 (diff) | |
download | curl-a9499ff136d89987af885e2d7dff0a066a3e5817.tar.gz |
curl: --sasl-authzid added to support CURLOPT_SASL_AUTHZID from the tool
Diffstat (limited to 'src/tool_help.c')
-rw-r--r-- | src/tool_help.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tool_help.c b/src/tool_help.c index ad6b6a107..816f8e437 100644 --- a/src/tool_help.c +++ b/src/tool_help.c @@ -385,6 +385,8 @@ static const struct helptxt helptext[] = { "Wait time between retries"}, {" --retry-max-time <seconds>", "Retry only within this period"}, + {" --sasl-authzid <identity> ", + "Use this identity to act as during SASL PLAIN authentication"}, {" --sasl-ir", "Enable initial response in SASL authentication"}, {" --service-name <name>", |