Skip to content

Commit

Permalink
Merge pull request sorin-ionescu#141 from luolimao/yaourt
Browse files Browse the repository at this point in the history
Added new Yaourt options
  • Loading branch information
nicoulaj committed May 26, 2013
2 parents 0a46b6d + b1aa5e2 commit a45c276
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/_yaourt
Original file line number Diff line number Diff line change
Expand Up @@ -219,11 +219,13 @@ _yaourt() {
_yaourt_opts_common=(
'-b[Alternate database location]:database_location:_files -/'
'-h[Display syntax for the given operation]'
'-r[Set alternate installation root]:installation root:_files -/'
'-r[Alternate installation root]:installation root:_files -/'
'-v[Be more verbose]'
'--cachedir[Alternate package cache location]:cache_location:_files -/'
'--config[An alternate configuration file]:config file:_files'
'--logfile[An alternate log file]:config file:_files'
'--config[Alternate configuration file]:config file:_files'
'--debug[Display debug messages]'
'--gpgdir[Alternate GnuPG home directory]:gpg_directory:_files -/'
'--logfile[Alternate log file]:config file:_files'
'--noconfirm[Do not ask for confirmation]'
'--noprogressbar[Do not show a progress bar when downloading files]'
'--noscriptlet[Do not execute the install scriptlet if one exists]'
Expand Down Expand Up @@ -301,6 +303,7 @@ _yaourt() {
_yaourt_completions_all_groups'
'--asdeps[Install packages as non-explicitly installed]'
'--asexplicit[Install packages as explicitly installed]'
'--needed[Do not reinstall up to date packages]'
)

case $words[2] in
Expand Down

0 comments on commit a45c276

Please sign in to comment.