From b8829b49b2928a9d8b388d4eef005e1a39ae7942 Mon Sep 17 00:00:00 2001 From: Just van Rossum Date: Sun, 24 Nov 2002 01:15:20 +0000 Subject: whoops, -p actually has an argument --- Mac/Lib/bundlebuilder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- cgit v0.12