Skip to content

Commit

Permalink
Improve _portaudit
Browse files Browse the repository at this point in the history
Sort arguments options
Remove trailing space
  • Loading branch information
sbz committed Nov 10, 2008
1 parent 45a7586 commit 2300728
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions _portaudit
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

_arguments -s \
'-a[Vulnerability report for all installed packages]' \
'-C[Vulnerability report for the port in the current working directory]' \
'-C[Vulnerability report for the port in the current working directory]' \
'-d[Print creation date of the database]' \
'-f[Check the packages listed in file]:file:_files' \
'-F[Fetch the current database]' \
'-q[Quiet mode]' \
'-V[Show portaudit version number]' \
'-V[Show portaudit version number]' \
'-v[Verbose mode]' \
'-X[Download a fresh database from least days old]:days:' \
'-f[Check the packages listed in file]:file:_files' \
'-r[Restrict listed vulnerabilities with eregex pattern]:eregex:' \
'-X[Download a fresh database]:days:' \
':pkg-name:_files'
':pkg-name:'

0 comments on commit 2300728

Please sign in to comment.