mirror of
https://github.com/moparisthebest/pacman
synced 2025-02-28 17:31:52 -05:00
Remove duplicate option
The "skippgpcheck" option was specified twice. Also, fix alphabetical ordering. Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
fb522face1
commit
6e2c15099a
@ -2526,8 +2526,8 @@ OPT_SHORT="AcdefFghiLmop:rRsSV"
|
||||
OPT_LONG=('allsource' 'asroot' 'check' 'clean' 'config:' 'force' 'geninteg'
|
||||
'help' 'holdver' 'ignorearch' 'install' 'key:' 'log' 'nobuild' 'nocolor'
|
||||
'nocheck' 'nodeps' 'noextract' 'nosign' 'pkg:' 'repackage' 'rmdeps'
|
||||
'skipchecksums' 'skipinteg' 'skippgpcheck' 'skippgpcheck' 'sign'
|
||||
'source' 'syncdeps' 'verifysource' 'version')
|
||||
'sign' 'skipchecksums' 'skipinteg' 'skippgpcheck' 'source' 'syncdeps'
|
||||
'verifysource' 'version')
|
||||
|
||||
# Pacman Options
|
||||
OPT_LONG+=('asdeps' 'noconfirm' 'needed' 'noprogressbar')
|
||||
|
Loading…
x
Reference in New Issue
Block a user