Fix typo in on-key command description
This commit is contained in:
parent
726dd8f0d8
commit
1b7b3fea09
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user