Merge remote-tracking branch 'Delapouite/on-key'

This commit is contained in:
Maxime Coste 2018-03-28 21:41:17 +11:00
commit fab3dc642a

View File

@ -1891,7 +1891,7 @@ const CommandDesc menu_cmd = {
const CommandDesc on_key_cmd = { const CommandDesc on_key_cmd = {
"on-key", "on-key",
nullptr, nullptr,
"on-key <command>: wait for next user key then and execute <command>, " "on-key <command>: wait for next user key and then execute <command>, "
"with key available in the `key` value", "with key available in the `key` value",
single_param, single_param,
CommandFlags::None, CommandFlags::None,