From 23007284399dcdbfc3ff69cb4d87ed7941831495 Mon Sep 17 00:00:00 2001 From: sbz Date: Tue, 11 Nov 2008 00:01:36 +0100 Subject: [PATCH] Improve _portaudit Sort arguments options Remove trailing space --- _portaudit | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/_portaudit b/_portaudit index acb3184..63af6e8 100644 --- a/_portaudit +++ b/_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[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:'