From 2a7101c049dd1874da09d7d120f8855c61e55809 Mon Sep 17 00:00:00 2001 From: Nagy Gabor Date: Sun, 13 Jan 2008 22:15:10 +0100 Subject: New --asexplicit option This is the symmetric of --asdeps, install packages explicitly. Documentation and completion files were updated accordingly. Added sync301.py and upgrade032.py pactest files to test this. I also made a little modification in ALLDEPS handling too. Signed-off-by: Nagy Gabor Signed-off-by: Chantry Xavier --- contrib/bash_completion | 2 ++ 1 file changed, 2 insertions(+) (limited to 'contrib/bash_completion') diff --git a/contrib/bash_completion b/contrib/bash_completion index 77192858..bb30ffd0 100644 --- a/contrib/bash_completion +++ b/contrib/bash_completion @@ -219,6 +219,7 @@ _pacman () A|U) COMPREPLY=( $( compgen -W '\ --asdeps \ + --asexplicit \ -d --nodeps \ -f --force \ -h --help \ @@ -257,6 +258,7 @@ _pacman () S) COMPREPLY=( $( compgen -W '\ --asdeps \ + --asexplicit \ -c --clean \ -d --nodeps \ -e --dependsonly \ -- cgit v1.2.3-54-g00ecf