about summary refs log tree commit diff
path: root/Completion/BSD
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2009-06-04 15:32:06 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2009-06-04 15:32:06 +0000
commit96eb8faa7c811b49d78f3772e327c502a972da5e (patch)
tree8a342f74b3305a0efb170bcba236f4e73b89b90b /Completion/BSD
parentdd01bd64df5dbeb29659e746043dc283e051807c (diff)
downloadzsh-96eb8faa7c811b49d78f3772e327c502a972da5e.tar.gz
zsh-96eb8faa7c811b49d78f3772e327c502a972da5e.tar.xz
zsh-96eb8faa7c811b49d78f3772e327c502a972da5e.zip
Baptiste Daroussin: 27033: FreeBSD portaudit and mount completion
Diffstat (limited to 'Completion/BSD')
-rw-r--r--Completion/BSD/Command/_portaudit8
1 files changed, 4 insertions, 4 deletions
diff --git a/Completion/BSD/Command/_portaudit b/Completion/BSD/Command/_portaudit
index 879e4c537..36f6d5f1c 100644
--- a/Completion/BSD/Command/_portaudit
+++ b/Completion/BSD/Command/_portaudit
@@ -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[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:'