1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-11-29 10:02:57 +03:00

src: Add profile-hash-maps to the debug command's docstring

This commit is contained in:
Frank LENORMAND 2017-06-17 11:29:09 +03:00
parent 8d24768d5d
commit dbabb19d81

View File

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