fix makepanda --help

This commit is contained in:
rdb 2011-03-09 14:41:43 +00:00
parent e87e3f4581
commit a610d7976d

View File

@ -102,8 +102,11 @@ def usage(problem):
print " --runtime (build a runtime build instead of an SDK build)" print " --runtime (build a runtime build instead of an SDK build)"
print " --installer (build an installer)" print " --installer (build an installer)"
print " --optimize X (optimization level can be 1,2,3,4)" print " --optimize X (optimization level can be 1,2,3,4)"
print " --version (set the panda version number)" print " --version X (set the panda version number)"
print " --lzma (use lzma compression when building installer)" 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 " --threads N (use the multithreaded build system. see manual)"
print " --osxtarget N (the OSX version number to build for (OSX only))" print " --osxtarget N (the OSX version number to build for (OSX only))"
print " --override \"O=V\" (override dtool_config/prc option value)" print " --override \"O=V\" (override dtool_config/prc option value)"