diff --git a/modules/sasl.cpp b/modules/sasl.cpp index c2ded309..5d2a78d1 100644 --- a/modules/sasl.cpp +++ b/modules/sasl.cpp @@ -63,9 +63,10 @@ class CSASLMod : public CModule { static_cast(&CSASLMod::PrintHelp), "search", "Generate this output"); AddCommand("Set", static_cast(&CSASLMod::Set), - " []", + "[ []]", "Set username and password for the mechanisms that need " - "them. Password is optional"); + "them. Password is optional. Without parameters, returns " + "information about current settings."); AddCommand("Mechanism", static_cast( &CSASLMod::SetMechanismCommand), "[mechanism[ ...]]",