summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank LENORMAND <lenormf@gmail.com>2017-06-17 11:29:09 +0300
committerFrank LENORMAND <lenormf@gmail.com>2017-06-17 11:29:09 +0300
commitdbabb19d8137fedbd635b568ee4b299aa63bb0c5 (patch)
tree28dbbdcb677f52a68a3542599c37e8ca9c242676
parent8d24768d5d0d2eaa49ed1487b83c4526112d89b2 (diff)
src: Add `profile-hash-maps` to the `debug` command's docstring
-rw-r--r--src/commands.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands.cc b/src/commands.cc
index ec615515..4cb4dc90 100644
--- a/src/commands.cc
+++ b/src/commands.cc
@@ -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{},