From beee1f74bc74b63f911a80a1d7f9736e73f05a26 Mon Sep 17 00:00:00 2001 From: Edoardo Spadolini Date: Fri, 26 Dec 2014 10:30:35 +0100 Subject: [PATCH] Mention username as well as password in the sasl module help --- modules/sasl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/sasl.cpp b/modules/sasl.cpp index a556dc1a..6147643a 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 the password for PLAIN"); + "username password", "Set username and password for the PLAIN mechanism"); AddCommand("Mechanism", static_cast(&CSASLMod::SetMechanismCommand), "[mechanism[ ...]]", "Set the mechanisms to be attempted (in order)"); AddCommand("RequireAuth", static_cast(&CSASLMod::RequireAuthCommand),