Merge remote-tracking branch 'ekie/fix_debug_cmd'

This commit is contained in:
Maxime Coste 2015-03-04 09:37:06 +00:00
commit 4e02e822fd

View File

@ -829,7 +829,7 @@ const CommandDesc debug_cmd = {
"debug",
nullptr,
"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 },
CommandFlags::None,
CommandHelper{},