diff options
| author | Delapouite <delapouite@gmail.com> | 2017-07-20 12:08:06 +0200 |
|---|---|---|
| committer | Delapouite <delapouite@gmail.com> | 2017-07-20 12:08:06 +0200 |
| commit | 720ff62f03b7fc2fd8f744745a195097edca8a61 (patch) | |
| tree | c08f357f04a6ec1279339557e08880cac0ce6290 /src | |
| parent | 9c44077002d30b11a40310e913de2dc4a2b42b06 (diff) | |
Fix wrong autoinfo for remove-highlighter
Diffstat (limited to 'src')
| -rw-r--r-- | src/commands.cc | 2 |
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{}, |
