1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-30 06:46:38 +02:00

core: fix typo in /help help

This commit is contained in:
Sébastien Helleu
2026-01-21 20:28:07 +01:00
parent f26f73f283
commit 22b335ce86
15 changed files with 35 additions and 35 deletions
+1 -1
View File
@@ -9021,7 +9021,7 @@ command_init (void)
NULL, "help",
N_("display help about commands and options"),
/* TRANSLATORS: only text between angle brackets (eg: "<name>") may be translated */
N_("-list|-listfull [<plugin>...]] || <command> || <option>"),
N_("-list|-listfull [<plugin>...] || <command> || <option>"),
CMD_ARGS_DESC(
N_("raw[-list]: list commands, by plugin (without argument, this list is "
"displayed)"),