summaryrefslogtreecommitdiff
path: root/src/file_opts.h
diff options
context:
space:
mode:
authorChristos Zoulas <christos@zoulas.com>2020-06-07 17:38:30 +0000
committerChristos Zoulas <christos@zoulas.com>2020-06-07 17:38:30 +0000
commit70f9d60e949903e1d0cc33c2b786c68bdf8a01dd (patch)
treee1aa727a60d57612318cd029158fce553d653fd0 /src/file_opts.h
parentc21152a62f9a62cdb67e462e66fb35d06435fa84 (diff)
downloadfile-git-70f9d60e949903e1d0cc33c2b786c68bdf8a01dd.tar.gz
PR/162: vinc17: add --exclude-quiet
Diffstat (limited to 'src/file_opts.h')
-rw-r--r--src/file_opts.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/file_opts.h b/src/file_opts.h
index 9d76c69e..24909917 100644
--- a/src/file_opts.h
+++ b/src/file_opts.h
@@ -36,6 +36,8 @@ OPT('e', "exclude", 1, 0,
" TEST exclude TEST from the list of test to be\n"
" performed for file. Valid tests are:\n"
" %e\n")
+OPT_LONGONLY("exclude-quiet", 1, 0,
+ " TEST like exclude, but ignore unknown tests\n", OPT_EXCLUDE_QUIET)
OPT('f', "files-from", 1, 0,
" FILE read the filenames to be examined from FILE\n")
OPT('F', "separator", 1, 0,