summaryrefslogtreecommitdiff
path: root/completions/querybts
diff options
context:
space:
mode:
Diffstat (limited to 'completions/querybts')
-rw-r--r--completions/querybts22
1 files changed, 10 insertions, 12 deletions
diff --git a/completions/querybts b/completions/querybts
index a973f743..9e28887a 100644
--- a/completions/querybts
+++ b/completions/querybts
@@ -8,27 +8,25 @@ _querybts()
case $prev in
-B|--bts)
COMPREPLY=( $( compgen -W "debian guug kde mandrake help" \
- -- "$cur" ))
+ -- "$cur" ) )
return 0
;;
-u|--ui|--interface)
- COMPREPLY=($( compgen -W "newt text gnome" -- "$cur" ))
+ COMPREPLY=( $( compgen -W "newt text gnome" -- "$cur" ) )
return 0
;;
esac
$split && return 0
- COMPREPLY=($( compgen -W '-h --help -v --version -A --archive \
- -B --bts -l --ldap --no-ldap --proxy --http_proxy \
- -s --source -w --web -u --ui --interface \
- wnpp boot-floppies kernel bugs.debian.org \
- cdimage.debian.org general installation-reports \
- listarchives lists.debian.org mirrors nm.debian.org \
- press project qa.debian.org release-notes \
- security.debian.org tech-ctte upgrade-reports \
- www.debian.org' -- "$cur" ) \
- $( apt-cache pkgnames -- "$cur" 2> /dev/null) )
+ COMPREPLY=( $( compgen -W '-h --help -v --version -A --archive -B --bts -l
+ --ldap --no-ldap --proxy --http_proxy -s --source -w --web -u --ui
+ --interface \
+ wnpp boot-floppies kernel bugs.debian.org cdimage.debian.org general
+ installation-reports listarchives lists.debian.org mirrors
+ nm.debian.org press project qa.debian.org release-notes
+ security.debian.org tech-ctte upgrade-reports www.debian.org' \
+ -- "$cur" ) $( apt-cache pkgnames -- "$cur" 2> /dev/null ) )
} &&
complete -F _querybts querybts