summaryrefslogtreecommitdiff
path: root/src/plugins/rmodifier/rmodifier-command.c
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2014-01-09 17:21:19 +0100
committerSebastien Helleu <flashcode@flashtux.org>2014-01-09 17:21:19 +0100
commit73eb2564f363848d379261fd68da9fc16b80e00f (patch)
tree9bd2e98a00ce52c081b308a242ec92cd0b151fbd /src/plugins/rmodifier/rmodifier-command.c
parent7e540dc5fb7dfb31f1b9c39002c63e62fdf429af (diff)
downloadweechat-73eb2564f363848d379261fd68da9fc16b80e00f.zip
core: add "POSIX extended" in description of options/commands/functions using regular expressions
Diffstat (limited to 'src/plugins/rmodifier/rmodifier-command.c')
-rw-r--r--src/plugins/rmodifier/rmodifier-command.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/plugins/rmodifier/rmodifier-command.c b/src/plugins/rmodifier/rmodifier-command.c
index 421d7170f..bb3eeccf4 100644
--- a/src/plugins/rmodifier/rmodifier-command.c
+++ b/src/plugins/rmodifier/rmodifier-command.c
@@ -256,8 +256,9 @@ rmodifier_command_init ()
"expression (inside parentheses): comma separated "
"list of groups (from 1 to 9) with optional \"*\" "
"after number to hide the group\n"
- " regex: regular expression (case insensitive, "
- "can start by \"(?-i)\" to become case sensitive)\n"
+ " regex: POSIX extended regular expression "
+ "(case insensitive, can start by \"(?-i)\" to "
+ "become case sensitive)\n"
" del: delete a rmodifier\n"
" -all: delete all rmodifiers\n"
" missing: add missing rmodifiers\n"