diff --git a/modules/sasl.cpp b/modules/sasl.cpp index e6b60a88..ad631cf4 100644 --- a/modules/sasl.cpp +++ b/modules/sasl.cpp @@ -74,7 +74,7 @@ public: AddCommand("Mechanism", static_cast(&CSASLMod::SetMechanismCommand), "[mechanism[ ...]]", "Set the mechanisms to be attempted (in order)"); AddCommand("RequireAuth", static_cast(&CSASLMod::RequireAuthCommand), - "[yes|no]", "Don't connect if SASL cannot be authenticated"); + "[yes|no]", "Don't connect unless SASL authentication succeeds"); m_bAuthenticated = false; }