From a610d7976d32e4b74425bb998f00a9ba9f8fe029 Mon Sep 17 00:00:00 2001 From: rdb Date: Wed, 9 Mar 2011 14:41:43 +0000 Subject: [PATCH] fix makepanda --help --- makepanda/makepanda.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/makepanda/makepanda.py b/makepanda/makepanda.py index 4b6283962b..b94404bdd0 100755 --- a/makepanda/makepanda.py +++ b/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)"