diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-03-11 18:00:00 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-03-16 20:42:19 +0100 |
commit | 8a5a778293d724e7f7ca5dfdc1175bc7f2c279ad (patch) | |
tree | e020768909194eee485c6a2da4f113d993233e29 /src | |
parent | 46ce8d7e8111bac2cb7fe8d5bfa3eeadae0b23a1 (diff) | |
download | weechat-8a5a778293d724e7f7ca5dfdc1175bc7f2c279ad.zip |
core: remove mention to list of keys being displayed without arguments in /help key
Now when fset plugin is loaded, the keys are displayed in fset buffer.
In core commands like /set or /key, the fset plugin is not mentioned as WeeChat
can run without it.
Diffstat (limited to 'src')
-rw-r--r-- | src/core/wee-command.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/wee-command.c b/src/core/wee-command.c index 4dddb8fe6..01b1d1574 100644 --- a/src/core/wee-command.c +++ b/src/core/wee-command.c @@ -8327,8 +8327,7 @@ command_init () " || resetctxt <context> <key>" " || resetall -yes [<context>]" " || missing [<context>]"), - N_(" list: list all current keys (without argument, this list is " - "displayed)\n" + N_(" list: list all current keys\n" "listdefault: list default keys\n" " listdiff: list differences between current and default keys " "(keys added, redefined or deleted)\n" |