summaryrefslogtreecommitdiff
path: root/src/core/hs_help.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hs_help.c')
-rw-r--r--src/core/hs_help.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hs_help.c b/src/core/hs_help.c
index 86c12223d..ca1f689ae 100644
--- a/src/core/hs_help.c
+++ b/src/core/hs_help.c
@@ -32,7 +32,7 @@ class CommandHSHelp : public Command
void OnSyntaxError(User *u)
{
notice_help(s_HostServ, u, HOST_HELP, s_HostServ);
- moduleDisplayHelp(6, u);
+ moduleDisplayHelp(s_HostServ, u);
}
};