From 2500af25aaadc3c5046e75edfe87f11372b2c002 Mon Sep 17 00:00:00 2001 From: ianmacd <> Date: Wed, 8 May 2002 15:38:56 +0000 Subject: [PATCH] =?UTF-8?q?-=20changes=20to=20aptitude=20completion=20comm?= =?UTF-8?q?ents=20by=20Dr.Rafael=20Sep=C3=BAlveda=20=20=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bash_completion | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bash_completion b/bash_completion index e7c02302..2bcd5cc5 100644 --- a/bash_completion +++ b/bash_completion @@ -1,6 +1,6 @@ # bash_completion - some programmable completion functions for bash 2.05a # -# $Id: bash_completion,v 1.307 2002/05/08 17:26:18 ianmacd Exp $ +# $Id: bash_completion,v 1.308 2002/05/08 17:38:56 ianmacd Exp $ # # Copyright (C) Ian Macdonald # @@ -1426,7 +1426,7 @@ _apt_cache() [ "$have" ] && complete -F _apt-cache $filenames apt-cache complete -F _apt_cache $filenames apt-cache -# Debian Linux aptitude(8) completion +# Debian Linux aptitude(1) completion # have aptitude && _aptitude() @@ -1449,7 +1449,7 @@ _aptitude() purge|remove) ]]; then special=${COMP_WORDS[i]} fi - #exclude some conflicting options + #exclude some mutually exclusive options [[ ${COMP_WORDS[i]} == '-u' ]] && dashoptions=${dashoptions/-i} [[ ${COMP_WORDS[i]} == '-i' ]] && dashoptions=${dashoptions/-u} done