summaryrefslogtreecommitdiff
path: root/src/core/wee-command.c
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2011-02-24 09:55:40 +0100
committerSebastien Helleu <flashcode@flashtux.org>2011-02-24 09:55:40 +0100
commit4cd6fad268dd37983e4535450f0030e4dacd06a4 (patch)
treefab9286178c9f46e3d318d0c64131695a7406b7a /src/core/wee-command.c
parenta79f7219935b5c888e4071c0b7a5a2ad6ca1034d (diff)
downloadweechat-4cd6fad268dd37983e4535450f0030e4dacd06a4.zip
Replace char "%" by "!" for reverse video in color attributes
Diffstat (limited to 'src/core/wee-command.c')
-rw-r--r--src/core/wee-command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/wee-command.c b/src/core/wee-command.c
index 32eff9737..16aae65ea 100644
--- a/src/core/wee-command.c
+++ b/src/core/wee-command.c
@@ -1953,7 +1953,7 @@ COMMAND_CALLBACK(help)
"(light)cyan), a terminal color number or "
"an alias; attributes are allowed before "
"color (for text color only, not "
- "background): \"*\" for bold, \"%\" for "
+ "background): \"*\" for bold, \"!\" for "
"reverse, \"_\" for underline"));
if (ptr_option->default_value)
{