diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-02-08 11:05:54 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-02-08 11:05:54 +0100 |
commit | cba46a3274447500e7384cb7ed711ab4d0691262 (patch) | |
tree | c6a2374e6b5d345691f87e51db38645c1283bdb9 /src/core/wee-command.c | |
parent | d41e202d76ad56983ec29fd02015f1b09309f447 (diff) | |
download | weechat-cba46a3274447500e7384cb7ed711ab4d0691262.zip |
Fix typo in /help color: minimum color number for alias is 0 and not 1
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 f8c68884f..d0c3be6b2 100644 --- a/src/core/wee-command.c +++ b/src/core/wee-command.c @@ -4688,7 +4688,7 @@ command_init () " || reset"), N_(" alias: add an alias for a color\n" "unalias: delete an alias\n" - " color: color number (>= 1, max depends on terminal, " + " color: color number (>= 0, max depends on terminal, " "commonly 63 or 255)\n" " name: alias name for color (for example: \"orange\")\n" " reset: reset all color pairs (useful when no more " |