src: Fix on-key
usage docstring
This commit is contained in:
parent
b3a1017a26
commit
4b77d011e9
|
@ -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" } } },
|
||||
|
|
Loading…
Reference in New Issue
Block a user