diff options
author | Just van Rossum <just@letterror.com> | 2002-11-24 01:15:20 (GMT) |
---|---|---|
committer | Just van Rossum <just@letterror.com> | 2002-11-24 01:15:20 (GMT) |
commit | b8829b49b2928a9d8b388d4eef005e1a39ae7942 (patch) | |
tree | 719b2d319015951e8dd940ba8950fe10b2ee87f1 /Mac | |
parent | d46fbc322d0a057c3c4f0af801d28ea65074c4c7 (diff) | |
download | cpython-b8829b49b2928a9d8b388d4eef005e1a39ae7942.zip cpython-b8829b49b2928a9d8b388d4eef005e1a39ae7942.tar.gz cpython-b8829b49b2928a9d8b388d4eef005e1a39ae7942.tar.bz2 |
whoops, -p actually has an argument
Diffstat (limited to 'Mac')
-rwxr-xr-x | Mac/Lib/bundlebuilder.py | 2 |
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") |