diff options
Diffstat (limited to 'src/plugins/rmodifier/rmodifier-command.c')
-rw-r--r-- | src/plugins/rmodifier/rmodifier-command.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/rmodifier/rmodifier-command.c b/src/plugins/rmodifier/rmodifier-command.c index 27bc65463..18990f9d0 100644 --- a/src/plugins/rmodifier/rmodifier-command.c +++ b/src/plugins/rmodifier/rmodifier-command.c @@ -246,7 +246,8 @@ rmodifier_command_init () " groups: action on groups found: comma separated " "list of groups (from 1 to 9) with optional \"*\" " "after number to hide group\n" - " regex: regular expression\n" + " regex: regular expression (case insensitive, " + "can start by \"(?-i)\" to become case sensitive)\n" " del: delete a rmodifier\n" " -all: delete all rmodifiers\n" " default: restore default rmodifiers\n\n" |