diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-05-11 18:40:20 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-05-11 18:40:20 +0200 |
commit | c3456a906842686210586c7b834c55d18ef284c0 (patch) | |
tree | febcb2e0aa8defa19b8ed503abac8af79643c941 /src/core/wee-command.c | |
parent | b6b18c58f12b5d6f1c44eab5992e747f9f55d53a (diff) | |
download | weechat-c3456a906842686210586c7b834c55d18ef284c0.zip |
core: fix argument name in /help color
Diffstat (limited to 'src/core/wee-command.c')
-rw-r--r-- | src/core/wee-command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/wee-command.c b/src/core/wee-command.c index 0dddc732a..23b73c547 100644 --- a/src/core/wee-command.c +++ b/src/core/wee-command.c @@ -4786,7 +4786,7 @@ command_init () &command_buffer, NULL); hook_command (NULL, "color", N_("define color aliases and display palette of colors"), - N_("alias <color> <alias>" + N_("alias <color> <name>" " || unalias <color>" " || reset"), N_(" alias: add an alias for a color\n" |