summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlex Leferry 2 <alexherbo2@gmail.com>2017-01-04 01:07:45 +0100
committerAlex Leferry 2 <alexherbo2@gmail.com>2017-01-04 13:04:27 +0100
commit671b50bb524ecb7e7654549ab35fd1da0a184a7e (patch)
treee420dbabfacf90847f7658e054680a6c5736d45e /src
parent8f821f0fba48366e0407e5cffece9fa5ffa5a67f (diff)
update command names
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,