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:
Robin Dunn
2012-03-17 02:56:26 +00:00
parent 7cbb3b3b34
commit c4e9d6b90d

View File

@@ -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:")