summaryrefslogtreecommitdiff
path: root/find/parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'find/parser.c')
-rw-r--r--find/parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/find/parser.c b/find/parser.c
index f40a92dc..de4ef240 100644
--- a/find/parser.c
+++ b/find/parser.c
@@ -306,7 +306,7 @@ static struct parser_table const parse_table[] =
PARSE_ACTION ("quit", quit), /* GNU */
{ARG_TEST, "readable", parse_accesscheck, pred_readable}, /* GNU, 4.3.0+ */
PARSE_TEST ("regex", regex), /* GNU */
- PARSE_OPTION ("regextype", regextype), /* GNU */
+ PARSE_POSOPT ("regextype", regextype), /* GNU */
PARSE_TEST ("samefile", samefile), /* GNU */
#if 0
PARSE_OPTION ("show-control-chars", show_control_chars), /* GNU, 4.3.0+ */