mirror of
https://github.com/moparisthebest/pacman
synced 2024-10-31 15:45:03 -04:00
bash_completion: add --noarchive to makepkg's completions
Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
167a598265
commit
de442b6867
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user