mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-03-17 06:00:09 +01:00
Correct help string for --cairo option
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@70924 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
2
build.py
2
build.py
@@ -268,7 +268,7 @@ def makeOptionParser():
|
||||
("verbose", (False, "Print out more information.")),
|
||||
("nodoc", (False, "Do not run the default docs generator")),
|
||||
("upload_package", (False, "Upload bdist package to nightly server.")),
|
||||
("cairo", (False, "Use Cairo for wxGraphicsContext instaed of native (Win only)")),
|
||||
("cairo", (False, "Allow Cairo use with wxGraphicsContext (Windows only)")),
|
||||
]
|
||||
|
||||
parser = optparse.OptionParser("build options:")
|
||||
|
||||
Reference in New Issue
Block a user