Truncate incomplete debug command docstring

This commit is contained in:
Delapouite 2018-10-30 19:46:05 +01:00
parent 3b40ab82f4
commit a61c6a9bb5

View File

@ -1208,8 +1208,7 @@ static constexpr auto modes = { "normal", "insert", "menu", "prompt", "goto", "v
const CommandDesc debug_cmd = { const CommandDesc debug_cmd = {
"debug", "debug",
nullptr, nullptr,
"debug <command>: write some debug information to the debug buffer\n" "debug <command>: write some debug information to the *debug* buffer",
"existing commands: info, buffers, options, memory, shared-strings, profile-hash-maps, faces",
ParameterDesc{{}, ParameterDesc::Flags::SwitchesOnlyAtStart, 1}, ParameterDesc{{}, ParameterDesc::Flags::SwitchesOnlyAtStart, 1},
CommandFlags::None, CommandFlags::None,
CommandHelper{}, CommandHelper{},