mirror of
https://github.com/weechat/weechat.git
synced 2026-06-29 06:16:40 +02:00
core: fix typo in arguments description of command /mute
This commit is contained in:
@@ -6861,7 +6861,7 @@ command_init ()
|
||||
hook_command (
|
||||
NULL, "mute",
|
||||
N_("execute a command silently"),
|
||||
N_("[-current | -buffer <name> | -all] command"),
|
||||
N_("[-current | -buffer <name> | -all] <command>"),
|
||||
N_("-current: no output on current buffer\n"
|
||||
" -buffer: no output on specified buffer\n"
|
||||
" name: full buffer name (examples: \"irc.server.freenode\", "
|
||||
|
||||
Reference in New Issue
Block a user