just a quick fix on a forgottent fix
[zfbsd.git] / _portaudit
blobacb3184665ddf259b277754177685526646364de
1 #compdef portaudit
3 _arguments -s \
4     '-a[Vulnerability report for all installed packages]' \
5     '-C[Vulnerability report for the port in the current working directory]' \
6     '-d[Print creation date of the database]' \
7     '-f[Check the packages listed in file]:file:_files' \
8     '-F[Fetch the current database]' \
9     '-q[Quiet mode]' \
10     '-V[Show portaudit version number]' \
11     '-v[Verbose mode]' \
12     '-r[Restrict listed vulnerabilities with eregex pattern]:eregex:' \
13     '-X[Download a fresh database]:days:' \
14     ':pkg-name:_files'