Browse Source

fix makepanda --help

rdb 15 years ago
parent
commit
a610d7976d
1 changed files with 5 additions and 2 deletions
  1. 5 2
      makepanda/makepanda.py

+ 5 - 2
makepanda/makepanda.py

@@ -102,8 +102,11 @@ def usage(problem):
     print "  --runtime         (build a runtime build instead of an SDK build)"
     print "  --installer       (build an installer)"
     print "  --optimize X      (optimization level can be 1,2,3,4)"
-    print "  --version         (set the panda version number)"
-    print "  --lzma            (use lzma compression when building installer)"
+    print "  --version X       (set the panda version number)"
+    print "  --lzma            (use lzma compression when building Windows installer)"
+    print "  --distributor X   (short string identifying the distributor of the build)"
+    print "  --outputdir X     (use the specified directory instead of 'built')"
+    print "  --host URL        (set the host url (runtime build only))"
     print "  --threads N       (use the multithreaded build system. see manual)"
     print "  --osxtarget N     (the OSX version number to build for (OSX only))"
     print "  --override \"O=V\"  (override dtool_config/prc option value)"