Browse Source

recognise -i as valid option, of course

rdb 14 years ago
parent
commit
c45e05cffe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/p3d/pdeploy.py

+ 1 - 1
direct/src/p3d/pdeploy.py

@@ -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')