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{},