Fix an option parsing regression

Cedric added a : for -a, no idea why.

Signed-off-by: Jonathan Corbet <corbet@lwn.net>
This commit is contained in:
Jonathan Corbet 2011-05-10 11:28:23 -06:00
parent 5a1c63794e
commit c599a8a29b
1 changed files with 1 additions and 1 deletions

2
gitdm
View File

@ -61,7 +61,7 @@ def ParseOpts ():
global DateStats, AuthorSOBs, FileFilter, AkpmOverLt, DumpDB
global CFName, CSVFile, DirName, Aggregate
opts, rest = getopt.getopt (sys.argv[1:], 'a:b:dc:Dh:l:o:r:suwx:z')
opts, rest = getopt.getopt (sys.argv[1:], 'ab:dc:Dh:l:o:r:suwx:z')
for opt in opts:
if opt[0] == '-a':
AkpmOverLt = 1