diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-05-13 00:17:51 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-05-13 16:37:28 +0200 |
commit | 63b524c4ece7a6253860a244fa93f1dafa7893d8 (patch) | |
tree | 95d26d4816a9ad8bfe5be55eab6f0128c4335723 /docs/cmdline-opts/sasl-authzid.d | |
parent | 16d8ff77a1249988ba536f7ca2f9f3d86171fc25 (diff) |
sasl-authzid.d: add Arg: and shorten the desc
Diffstat (limited to 'docs/cmdline-opts/sasl-authzid.d')
-rw-r--r-- | docs/cmdline-opts/sasl-authzid.d | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/cmdline-opts/sasl-authzid.d b/docs/cmdline-opts/sasl-authzid.d index b34db97fc..a3bd46e70 100644 --- a/docs/cmdline-opts/sasl-authzid.d +++ b/docs/cmdline-opts/sasl-authzid.d @@ -1,5 +1,6 @@ Long: sasl-authzid -Help: Use this identity to act as during SASL PLAIN authentication +Arg: <identity> +Help: Identity for SASL PLAIN authentication Added: 7.66.0 --- Use this authorisation identity (authzid), during SASL PLAIN authentication, |