mirror of
https://github.com/Jguer/yay.git
synced 2024-11-06 00:57:21 +01:00
Remove non existant show options and add missing -Pg
This commit is contained in:
parent
f79b3b90a4
commit
13f81c7624
@ -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'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user