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 05c9e81e..e69dc1e3 100644
--- a/src/commands.cc
+++ b/src/commands.cc
@@ -741,7 +741,7 @@ const CommandDesc add_highlighter_cmd = {
const CommandDesc remove_highlighter_cmd = {
"remove-highlighter",
"rmhl",
- "add-highlighter <path>: remove highlighter <name>",
+ "remove-highlighter <name>: remove highlighter <name>",
ParameterDesc{ {}, ParameterDesc::Flags::None, 1, 1 },
CommandFlags::None,
CommandHelper{},