add '--devel' to sync option
"--devel" exists in query, but "yaourt -Syu --dev<tab><tab>" issn't autocompleting "--devel" (not sure it should based on it being in the query call, just wanted to mention it).
This commit is contained in:
parent
abd8ca4b05
commit
a83eb6e0fb
|
@ -305,6 +305,7 @@ _yaourt() {
|
||||||
'--asdeps[Install packages as non-explicitly installed]'
|
'--asdeps[Install packages as non-explicitly installed]'
|
||||||
'--asexplicit[Install packages as explicitly installed]'
|
'--asexplicit[Install packages as explicitly installed]'
|
||||||
'--needed[Do not reinstall up to date packages]'
|
'--needed[Do not reinstall up to date packages]'
|
||||||
|
'--devel[Used with -u updates all cvs/svn/git/hg/bzr packages]'
|
||||||
)
|
)
|
||||||
|
|
||||||
case $words[2] in
|
case $words[2] in
|
||||||
|
|
Loading…
Reference in New Issue