recognise -i as valid option, of course

This commit is contained in:
rdb 2012-01-08 12:52:11 +00:00
parent b92e172172
commit c45e05cffe

View File

@ -166,7 +166,7 @@ iconFiles = []
includeRequires = False
try:
opts, args = getopt.getopt(sys.argv[1:], 'n:N:v:o:t:P:csl:L:a:A:e:h')
opts, args = getopt.getopt(sys.argv[1:], 'n:N:v:o:t:P:csl:L:a:A:e:i:h')
except getopt.error, msg:
usage(1, msg or 'Invalid option')