- apt-cache completion updates from Danilo Piazzalunga

<danilopiazza@libero.it>
This commit is contained in:
ianmacd 2003-12-12 10:10:49 +00:00
parent 073e0050cb
commit cdfe933384

View File

@ -1,6 +1,6 @@
# bash_completion - some programmable completion functions for bash 2.05b
#
# $Id: bash_completion,v 1.657 2003/11/25 19:07:20 ianmacd Exp $
# $Id: bash_completion,v 1.658 2003/12/12 11:10:49 ianmacd Exp $
#
# Copyright (C) Ian Macdonald <ian@caliban.org>
#
@ -1797,14 +1797,15 @@ _apt_cache()
COMPREPLY=( $( compgen -W '-h -v -p -s -q -i -f -a -g -c \
-o --help --version --pkg-cache --src-cache \
--quiet --important --full --all-versions \
--generate --no-generate --names-only \
--all-names --config-file --option \
--recurse' -- $cur ) )
--no-all-versions --generate --no-generate \
--names-only --all-names --recurse \
--config-file --option' -- $cur ) )
else
COMPREPLY=( $( compgen -W 'add gencaches showpkg show stats \
dumpavail unmet check search dump dotty policy \
depends pkgnames showsrc' -- $cur ) )
COMPREPLY=( $( compgen -W 'add gencaches showpkg showsrc \
stats dump dumpavail unmet search search \
depends rdepends pkgnames dotty xvcg \
policy' -- $cur ) )
fi