summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
authorJust van Rossum <just@letterror.com>2002-11-24 01:15:20 (GMT)
committerJust van Rossum <just@letterror.com>2002-11-24 01:15:20 (GMT)
commitb8829b49b2928a9d8b388d4eef005e1a39ae7942 (patch)
tree719b2d319015951e8dd940ba8950fe10b2ee87f1 /Mac
parentd46fbc322d0a057c3c4f0af801d28ea65074c4c7 (diff)
downloadcpython-b8829b49b2928a9d8b388d4eef005e1a39ae7942.zip
cpython-b8829b49b2928a9d8b388d4eef005e1a39ae7942.tar.gz
cpython-b8829b49b2928a9d8b388d4eef005e1a39ae7942.tar.bz2
whoops, -p actually has an argument
Diffstat (limited to 'Mac')
-rwxr-xr-xMac/Lib/bundlebuilder.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Lib/bundlebuilder.py b/Mac/Lib/bundlebuilder.py
index 3f7d5aa..70f3da8 100755
--- a/Mac/Lib/bundlebuilder.py
+++ b/Mac/Lib/bundlebuilder.py
@@ -365,7 +365,7 @@ def main(builder=None):
if builder is None:
builder = AppBuilder(verbosity=1)
- shortopts = "b:n:r:e:m:c:plhvq"
+ shortopts = "b:n:r:e:m:c:p:lhvq"
longopts = ("builddir=", "name=", "resource=", "executable=",
"mainprogram=", "creator=", "nib=", "plist=", "link",
"link-exec", "help", "verbose", "quiet")