mirror of
https://github.com/zsh-users/zsh-completions.git
synced 2026-09-17 16:00:19 +00:00
more consistent completion messages
This commit is contained in:
+3
-3
@@ -219,13 +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'
|
||||
'--config[Alternate configuration file]:config file:_files'
|
||||
'--debug[Display debug messages]'
|
||||
'--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]'
|
||||
'--noprogressbar[Do not show a progress bar when downloading files]'
|
||||
'--noscriptlet[Do not execute the install scriptlet if one exists]'
|
||||
|
||||
Reference in New Issue
Block a user