diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-08-04 16:13:34 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-08-04 16:13:34 +0200 |
commit | a66ad9512625f12a34d361ff6fe90c1224dd671f (patch) | |
tree | 47a88b2a102012b84a3b3ef62730de3567f09f92 /src | |
parent | fd8a4c6761d351f168d1f87e87cd32c7609520ca (diff) | |
download | weechat-a66ad9512625f12a34d361ff6fe90c1224dd671f.zip |
doc: replace ">=" and "<=" by UTF-8 chars in docs
Diffstat (limited to 'src')
-rw-r--r-- | src/core/wee-command.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/wee-command.c b/src/core/wee-command.c index 43411d395..d1346fa7a 100644 --- a/src/core/wee-command.c +++ b/src/core/wee-command.c @@ -5234,8 +5234,8 @@ command_init () " || reset"), N_(" alias: add an alias for a color\n" "unalias: delete an alias\n" - " color: color number (>= 0, max depends on terminal, " - "commonly 63 or 255)\n" + " color: color number (greater than or equal to 0, max " + "depends on terminal, commonly 63 or 255)\n" " name: alias name for color (for example: \"orange\")\n" " reset: reset all color pairs (required when no more " "color pairs are available if automatic reset is disabled, " |