summaryrefslogtreecommitdiff
path: root/modules/core/os_help.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/core/os_help.cpp')
-rw-r--r--modules/core/os_help.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/core/os_help.cpp b/modules/core/os_help.cpp
index e58eee435..b64a614b9 100644
--- a/modules/core/os_help.cpp
+++ b/modules/core/os_help.cpp
@@ -18,6 +18,7 @@ class CommandOSHelp : public Command
public:
CommandOSHelp() : Command("HELP", 1, 1)
{
+ this->SetDesc(_("Displays this list and give information about commands"));
}
CommandReturn Execute(CommandSource &source, const std::vector<Anope::string> &params)