summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2021-09-26 10:51:16 +1000
committerMaxime Coste <mawww@kakoune.org>2021-09-26 11:03:51 +1000
commit2eb6b14b14d76dafe36c389eecdbe65f96cfce77 (patch)
treec390f6dfa777d8103d8c577ad1697713024665b8 /src
parent24f6660bfc8cd47b8b4fa363a5c84e2fe8cb9c3b (diff)
parent4b77d011e92f23fb49ba86fae0293e34544bbb79 (diff)
Merge remote-tracking branch 'lenormf/patch-15'
Diffstat (limited to 'src')
-rw-r--r--src/commands.cc2
1 files changed, 1 insertions, 1 deletions
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 <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" } } },