mirror of
https://github.com/python/cpython.git
synced 2025-11-01 06:01:29 +00:00
whoops, -p actually has an argument
This commit is contained in:
parent
d46fbc322d
commit
b8829b49b2
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue