Change help text of some modules.

The word "Please" could be understood that the argument is necessary...
This commit is contained in:
Alexey Sokolov
2012-04-10 23:20:01 +07:00
parent 3e458a98e4
commit 33889c97e6
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ private:
template<> void TModInfo<CFailToBanMod>(CModInfo& Info) {
Info.SetWikiPage("fail2ban");
Info.SetHasArgs(true);
Info.SetArgsHelpText("Please enter the time in minutes for the IP banning and the number of failed logins before any action is taken.");
Info.SetArgsHelpText("You might enter the time in minutes for the IP banning and the number of failed logins before any action is taken.");
}
GLOBALMODULEDEFS(CFailToBanMod, "Block IPs for some time after a failed login")