Skip to content

Commit

Permalink
Fix duplicate argument in pb
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <[email protected]>
  • Loading branch information
Kwpolska committed Aug 17, 2015
1 parent dba831c commit 976a232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgbuilder/wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def wrapper(source='AUTO'):
pacmanlong = ['asdeps', 'asexplicit', 'dbonly', 'downloadonly',
'force', 'groups', 'list', 'needed',
'nodeps', 'noprogressbar', 'noscriptlet', 'print',
'quiet', 'verbose', 'confirm']
'quiet', 'verbose']
pacmanshorta = ['b', 'r']
pacmanlonga = ['arch', 'cachedir', 'config', 'dbpath', 'gpgdir',
'ignore', 'ignoregroup', 'logfile', 'print-format',
Expand Down

0 comments on commit 976a232

Please sign in to comment.