summaryrefslogtreecommitdiff
path: root/src/plugins/rmodifier/rmodifier-command.c
diff options
context:
space:
mode:
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"