1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-12-25 12:36:11 +03:00

Fix documentation for debug_cmd

This commit is contained in:
Eike Plack 2015-03-02 16:38:05 +01:00
parent 4bbd8a410e
commit 2354655df2

View File

@ -829,7 +829,7 @@ const CommandDesc debug_cmd = {
"debug", "debug",
nullptr, nullptr,
"debug <command>: write some debug informations in the debug buffer\n" "debug <command>: write some debug informations in the debug buffer\n"
" existing commands: info, buffers", "existing commands: info, buffers, options, memory, shared-strings",
ParameterDesc{ SwitchMap{}, ParameterDesc::Flags::SwitchesOnlyAtStart, 1 }, ParameterDesc{ SwitchMap{}, ParameterDesc::Flags::SwitchesOnlyAtStart, 1 },
CommandFlags::None, CommandFlags::None,
CommandHelper{}, CommandHelper{},