From 73eb2564f363848d379261fd68da9fc16b80e00f Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Thu, 9 Jan 2014 17:21:19 +0100 Subject: core: add "POSIX extended" in description of options/commands/functions using regular expressions --- src/plugins/rmodifier/rmodifier-command.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/plugins/rmodifier/rmodifier-command.c') 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" -- cgit v1.2.3