mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 17:35:34 -04:00
recognise -i as valid option, of course
This commit is contained in:
parent
b92e172172
commit
c45e05cffe
@ -166,7 +166,7 @@ iconFiles = []
|
|||||||
includeRequires = False
|
includeRequires = False
|
||||||
|
|
||||||
try:
|
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:
|
except getopt.error, msg:
|
||||||
usage(1, msg or 'Invalid option')
|
usage(1, msg or 'Invalid option')
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user