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 /doc/de/autogen | |
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 'doc/de/autogen')
-rw-r--r-- | doc/de/autogen/user/weechat_commands.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/de/autogen/user/weechat_commands.txt b/doc/de/autogen/user/weechat_commands.txt index 27823f873..522f6ee56 100644 --- a/doc/de/autogen/user/weechat_commands.txt +++ b/doc/de/autogen/user/weechat_commands.txt @@ -119,7 +119,7 @@ Examples: alias: add an alias for a color unalias: delete an alias - color: color number (>= 1, max depends on terminal, commonly 63 or 255) + color: color number (>= 0, max depends on terminal, commonly 63 or 255) name: alias name for color (for example: "orange") reset: reset all color pairs (useful when no more pairs are available) |