diff --git a/src/commands.cc b/src/commands.cc index f9060739..b2839f10 100644 --- a/src/commands.cc +++ b/src/commands.cc @@ -726,9 +726,9 @@ Highlighter& get_highlighter(const Context& context, StringView path) const CommandDesc add_highlighter_cmd = { "add-highlighter", "addhl", - "add-highlighter ...: add an highlighter to the group identified by \n" - " is a '/' delimited path of highlighters, starting with either\n" - " 'global', 'buffer', 'window' or 'shared'", + "add-highlighter / ...: add an highlighter to the group identified by \n" + " is a '/' delimited path the parent, starting with either\n" + " 'global', 'buffer', 'window' or 'shared', if is empty, it will be autogenerated", ParameterDesc{ {}, ParameterDesc::Flags::SwitchesAsPositional, 2 }, CommandFlags::None, [](const Context& context, CommandParameters params) -> String