From dbabb19d8137fedbd635b568ee4b299aa63bb0c5 Mon Sep 17 00:00:00 2001 From: Frank LENORMAND Date: Sat, 17 Jun 2017 11:29:09 +0300 Subject: [PATCH] src: Add `profile-hash-maps` to the `debug` command's docstring --- src/commands.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 : 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{},