1
0
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:
Sebastien Helleu
2014-01-18 21:27:22 +01:00
parent 8fc7515322
commit 49f4c8e9ef
18 changed files with 44 additions and 44 deletions
+1 -1
View File
@@ -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\", "