separate branches

This commit is contained in:
Limao Luo 2013-05-11 11:32:29 -04:00
parent 1f177e5680
commit 1afcc0825b
1 changed files with 3 additions and 6 deletions

View File

@ -219,13 +219,11 @@ _yaourt() {
_yaourt_opts_common=( _yaourt_opts_common=(
'-b[Alternate database location]:database_location:_files -/' '-b[Alternate database location]:database_location:_files -/'
'-h[Display syntax for the given operation]' '-h[Display syntax for the given operation]'
'-r[Alternate installation root]:installation root:_files -/' '-r[Set alternate installation root]:installation root:_files -/'
'-v[Be more verbose]' '-v[Be more verbose]'
'--cachedir[Alternate package cache location]:cache_location:_files -/' '--cachedir[Alternate package cache location]:cache_location:_files -/'
'--config[Alternate configuration file]:config file:_files' '--config[An alternate configuration file]:config file:_files'
'--debug[Display debug messages]' '--logfile[An alternate log file]:config file:_files'
'--gpgdir[Alternate GnuPG home directory]:gpg_directory:_files -/'
'--logfile[Alternate log file]:config file:_files'
'--noconfirm[Do not ask for confirmation]' '--noconfirm[Do not ask for confirmation]'
'--noprogressbar[Do not show a progress bar when downloading files]' '--noprogressbar[Do not show a progress bar when downloading files]'
'--noscriptlet[Do not execute the install scriptlet if one exists]' '--noscriptlet[Do not execute the install scriptlet if one exists]'
@ -303,7 +301,6 @@ _yaourt() {
_yaourt_completions_all_groups' _yaourt_completions_all_groups'
'--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]'
) )
case $words[2] in case $words[2] in