Remove non existant show options and add missing -Pg

This commit is contained in:
Jguer 2018-09-24 00:17:15 +01:00
parent f79b3b90a4
commit 13f81c7624
No known key found for this signature in database
GPG key ID: 09754DBECF21746F

View file

@ -135,10 +135,9 @@ complete -c $progname -n $yayspecific -s c -l clean -d 'Remove unneeded dependen
complete -c $progname -n $yayspecific -l gendb -d 'Generate development package DB' -f
# Show options
complete -c $progname -n $show -s d -l defaultconfig -d 'Print current yay configuration' -f
complete -c $progname -n $show -s n -l numberupgrades -d 'Print number of updates' -f
complete -c $progname -n $show -s d -l defaultconfig -d 'Print default yay configuration' -f
complete -c $progname -n $show -s g -l currentconfig -d 'Print current yay configuration' -f
complete -c $progname -n $show -s s -l stats -d 'Display system package statistics' -f
complete -c $progname -n $show -s u -l upgrades -d 'Print update list' -f
complete -c $progname -n $show -s w -l news -d 'Print arch news'
complete -c $progname -n $show -s q -l quiet -d 'Do not print news description'