[pacman-dev] [PATCH 3/4] bash_completion: add --noarchive to makepkg's completions
Dave Reisner
dreisner at archlinux.org
Tue Nov 4 13:10:22 UTC 2014
---
contrib/bash_completion.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/bash_completion.in b/contrib/bash_completion.in
index 519aa6d..9b4bc38 100644
--- a/contrib/bash_completion.in
+++ b/contrib/bash_completion.in
@@ -76,7 +76,7 @@ _makepkg() {
_get_comp_words_by_ref cur prev
if [[ $cur = -* && ! $prev =~ ^-(-(config|help)$|\w*[Chp]) ]]; then
opts=('allsource asdeps asroot check clean config force geninteg help holdver ignorearch
- install key log needed nobuild nocheck nocolor noconfirm nodeps noextract
+ install key log needed noarchive nobuild nocheck nocolor noconfirm nodeps noextract
noprepare noprogressbar nosign pkg repackage rmdeps sign skipchecksums skipinteg
skippgpcheck source syncdeps verifysource version'
'A L R S c d e f g h i m o p r s')
--
2.1.3
More information about the pacman-dev
mailing list