Merge remote-tracking branch 'lenormf/patch-15'

This commit is contained in:
Maxime Coste 2021-09-26 10:51:16 +10:00
commit 2eb6b14b14

View File

@ -2229,7 +2229,7 @@ const CommandDesc menu_cmd = {
const CommandDesc on_key_cmd = {
"on-key",
nullptr,
"on-key <command>: wait for next user key and then execute <command>, "
"on-key [<switches>] <command>: wait for next user key and then execute <command>, "
"with key available in the `key` value",
ParameterDesc{
{ { "mode-name", { true, "set mode name to use" } } },