--read-special is now supported.

This commit is contained in:
Dan Helfman 2018-09-09 11:21:06 -07:00
parent ff3cb1d80f
commit e7b128e735
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ for sub_command in prune create check list info; do
| grep -v '^--list$' \
| grep -v '^--nobsdflags$' \
| grep -v '^--pattern$' \
| grep -v '^--read-special$' \
| grep -v '^--repository-only$' \
| grep -v '^--show-rc$' \
| grep -v '^--stats$' \