diff --git a/src/commands.cc b/src/commands.cc index bb253a61..c62f42a5 100644 --- a/src/commands.cc +++ b/src/commands.cc @@ -2229,7 +2229,7 @@ const CommandDesc menu_cmd = { const CommandDesc on_key_cmd = { "on-key", nullptr, - "on-key : wait for next user key and then execute , " + "on-key [] : wait for next user key and then execute , " "with key available in the `key` value", ParameterDesc{ { { "mode-name", { true, "set mode name to use" } } },