From 2354655df2f510f491f40b6fd4a941830132f8d3 Mon Sep 17 00:00:00 2001 From: Eike Plack Date: Mon, 2 Mar 2015 16:38:05 +0100 Subject: [PATCH] Fix documentation for debug_cmd --- src/commands.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands.cc b/src/commands.cc index f271a2fc..8a62e17b 100644 --- a/src/commands.cc +++ b/src/commands.cc @@ -829,7 +829,7 @@ const CommandDesc debug_cmd = { "debug", nullptr, "debug : 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{},