diff --git a/modules/sasl.cpp b/modules/sasl.cpp index ad631cf4..b068a42f 100644 --- a/modules/sasl.cpp +++ b/modules/sasl.cpp @@ -70,7 +70,7 @@ public: AddCommand("Help", static_cast(&CSASLMod::PrintHelp), "search", "Generate this output"); AddCommand("Set", static_cast(&CSASLMod::Set), - "username password", "Set username and password for the PLAIN mechanism"); + " []", "Set username and password for the mechanisms that need them. Password is optional"); AddCommand("Mechanism", static_cast(&CSASLMod::SetMechanismCommand), "[mechanism[ ...]]", "Set the mechanisms to be attempted (in order)"); AddCommand("RequireAuth", static_cast(&CSASLMod::RequireAuthCommand),