From 80406f38b00fa35c3c1ec7b704f6e97054afb22c Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Tue, 2 Nov 1999 12:31:59 +0000 Subject: zsh-workers/8485 --- Completion/Debian/_apt | 2 +- Completion/User/_archie | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'Completion') diff --git a/Completion/Debian/_apt b/Completion/Debian/_apt index 352dd3f2d..29e987999 100644 --- a/Completion/Debian/_apt +++ b/Completion/Debian/_apt @@ -473,7 +473,7 @@ _apt-config () { -- \ /$'shell\0'/ \ \( \ - /$'[^\0]#\0'/ :'compadd "$expl_shell_var[@]" - "${(@k)parameters}' \ + /$'[^\0]#\0'/ :'compadd "$expl_shell_var[@]" - "${(@k)parameters}"' \ /$'[^\0]#\0'/ :'compadd "$expl_config_key[@]" - ${${(f)"$(apt-config dump 2>&1)"}% *}' \ \) \# \| \ /$'dump\0'/ \| \ diff --git a/Completion/User/_archie b/Completion/User/_archie index 92551156e..1e0eb71be 100644 --- a/Completion/User/_archie +++ b/Completion/User/_archie @@ -4,10 +4,10 @@ local state line typeset -A opt_args _arguments -s \ - '-D[debug level]' \ + '-D+[debug level]:debug level:' \ '-v[print version]' \ '-V[verbose mode]' \ - '-O[specifies offset]:offset:' \ + '-O+[specifies offset]:offset:' \ '-a[list matches as Alex filenames]' \ '-c[case sensitive substring search]' \ '-e[exact string match (default)]' \ @@ -15,9 +15,9 @@ _arguments -s \ '-s[case insensitive substring search]' \ '-l[list one match per line]' \ '-t[sort inverted by date]' \ - '-m[specifies maximum number of hits to return (default 95)]:hits to return:' \ - '-o[specifies file to store results in]:file to store:' \ - '-h[specifies server host]:server host:->serverhost' \ + '-m+[specifies maximum number of hits to return (default 95)]:hits to return:' \ + '-o+[specifies file to store results in]:file to store:' \ + '-h+[specifies server host]:server host:->serverhost' \ '-L[list known servers and current default]' \ '-N-[specifies query niceness level (0-35765)]:niceness level:' \ ':string:' -- cgit 1.4.1