From f9fda70de693f6c0363088932bf4ac086021efc3 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Mon, 2 Jul 2018 20:36:47 +1000 Subject: [PATCH] Fix add-highlighter docstring --- src/commands.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/commands.cc b/src/commands.cc index f9060739f..b2839f10f 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