diff options
author | Allan McRae <allan@archlinux.org> | 2019-10-23 11:37:00 +0200 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2019-10-23 14:06:45 +0200 |
commit | cd4f8f7530ad473ce0ad6b8e68485082b219e317 (patch) | |
tree | 1b40cb02c3c5f2dc22894d08cfa5e7441383f923 /scripts/completion/bash_completion.in | |
parent | c58bf862b456a5c755c6a2a6c2b51e17c542da28 (diff) | |
download | pacman-cd4f8f7530ad473ce0ad6b8e68485082b219e317.tar.gz pacman-cd4f8f7530ad473ce0ad6b8e68485082b219e317.tar.xz |
Update completion for -F changes
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'scripts/completion/bash_completion.in')
-rw-r--r-- | scripts/completion/bash_completion.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/completion/bash_completion.in b/scripts/completion/bash_completion.in index 915004e2..fabda72f 100644 --- a/scripts/completion/bash_completion.in +++ b/scripts/completion/bash_completion.in @@ -109,7 +109,7 @@ _pacman() { local cur prev words cword _init_completion || return database=('asdeps asexplicit') - files=('list machinereadable owns search refresh regex' 'l o s x y') + files=('list machinereadable refresh regex' 'l x y') query=('changelog check deps explicit file foreign groups info list native owns search unrequired upgrades' 'c e g i k l m n o p s t u') remove=('cascade dbonly nodeps assume-installed nosave print recursive unneeded' 'c n p s u') @@ -136,7 +136,6 @@ _pacman() { _pacman_pkg Qq;; F) { _arch_incomp 'l list' && _pacman_pkg Slq ; } || - _arch_incomp 'o owns' || compopt +o default;; Q) { _arch_incomp 'g groups' && _pacman_pkg Qg sort; } || |