aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/commands/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/__init__.py b/modules/commands/__init__.py
index 2808d759..ee90ec24 100644
--- a/modules/commands/__init__.py
+++ b/modules/commands/__init__.py
@@ -272,7 +272,7 @@ class Module(ModuleManager.BaseModule):
def help(self, event):
"""
:help: Show help for a given command
- :usage: [command]
+ :usage: [module [command]]
"""
if event["args"]:
module_name = event["args_split"][0]