From 671b50bb524ecb7e7654549ab35fd1da0a184a7e Mon Sep 17 00:00:00 2001 From: Alex Leferry 2 Date: Wed, 4 Jan 2017 01:07:45 +0100 Subject: update command names --- src/commands.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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, -- cgit v1.2.3