aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/find/option.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/find/option.c')
-rw-r--r--usr.bin/find/option.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/find/option.c b/usr.bin/find/option.c
index c6cb12ef1297..b1ebd4583cdc 100644
--- a/usr.bin/find/option.c
+++ b/usr.bin/find/option.c
@@ -70,6 +70,7 @@ static OPTION const options[] = {
{ "-depth", N_DEPTH, c_depth, O_ZERO },
{ "-exec", N_EXEC, c_exec, O_ARGVP },
{ "-execdir", N_EXECDIR, c_execdir, O_ARGVP },
+ { "-flags", N_FLAGS, c_flags, O_ARGV },
{ "-follow", N_FOLLOW, c_follow, O_ZERO },
/*