summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/commands.cc2
1 files changed, 1 insertions, 1 deletions
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 <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{},