summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/commands.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands.cc b/src/commands.cc
index 5b5eefcd..f8acd4cb 100644
--- a/src/commands.cc
+++ b/src/commands.cc
@@ -783,7 +783,7 @@ const CommandDesc add_hook_cmd = {
" (and any window for that buffer)\n"
" * window: hook is executed only for the current window\n",
ParameterDesc{
- { { "group", { true, "set hook group, see rmhooks" } } },
+ { { "group", { true, "set hook group, see remove-hooks" } } },
ParameterDesc::Flags::None, 4, 4
},
CommandFlags::None,