From a61c6a9bb55382332d67840f72942403bbf07968 Mon Sep 17 00:00:00 2001 From: Delapouite Date: Tue, 30 Oct 2018 19:46:05 +0100 Subject: [PATCH] Truncate incomplete debug command docstring --- src/commands.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/commands.cc b/src/commands.cc index 6c1ab1b5..1dc2b1c8 100644 --- a/src/commands.cc +++ b/src/commands.cc @@ -1208,8 +1208,7 @@ static constexpr auto modes = { "normal", "insert", "menu", "prompt", "goto", "v const CommandDesc debug_cmd = { "debug", nullptr, - "debug : write some debug information to the debug buffer\n" - "existing commands: info, buffers, options, memory, shared-strings, profile-hash-maps, faces", + "debug : write some debug information to the *debug* buffer", ParameterDesc{{}, ParameterDesc::Flags::SwitchesOnlyAtStart, 1}, CommandFlags::None, CommandHelper{},