more consistent completion messages
This commit is contained in:
parent
aa58f2f8b9
commit
1f177e5680
|
@ -219,13 +219,13 @@ _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[Set alternate installation root]:installation root:_files -/'
|
'-r[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[An alternate configuration file]:config file:_files'
|
'--config[Alternate configuration file]:config file:_files'
|
||||||
'--debug[Display debug messages]'
|
'--debug[Display debug messages]'
|
||||||
'--gpgdir[Alternate GnuPG home directory]:gpg_directory:_files -/'
|
'--gpgdir[Alternate GnuPG home directory]:gpg_directory:_files -/'
|
||||||
'--logfile[An alternate log file]:config file:_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]'
|
||||||
|
|
Loading…
Reference in New Issue