summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-09-23 17:25:56 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-09-23 17:25:56 -0500
commit1653baa518ce328a73f7e72ffd396ac025018567 (patch)
tree8a8f29b5818f7e64dfdc1b02c9e50415dd26c678
parenta23242ac11f4aa455472b8812fb0d70e49bdc388 (diff)
downloadpytqt-1653baa518ce328a73f7e72ffd396ac025018567.tar.gz
pytqt-1653baa518ce328a73f7e72ffd396ac025018567.zip
Fix minor text error in prior commit
-rw-r--r--configure.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.py b/configure.py
index a11bdce..7ffc143 100644
--- a/configure.py
+++ b/configure.py
@@ -109,7 +109,7 @@ def usage(rcode = 2):
sys.stdout.write(" -b dir where pyuic and pylupdate will be installed [default %s]\n" % opt_pyqtbindir)
sys.stdout.write(" -c concatenate each module's C/C++ source files\n")
sys.stdout.write(" -d dir where the PyTQt modules will be installed [default %\ns]" % opt_pyqtmoddir)
- sys.stdout.write(" -y lib explicitly specify the python library\n")
+ sys.stdout.write(" -e lib explicitly specify the python library\n")
sys.stdout.write(" -f keep any existing features file (when cross-compiling) [default remove]\n")
sys.stdout.write(" -g dir where the TQt qconfig.h file can be found [default TQt include directory]\n")
sys.stdout.write(" -i enable checking of signed interpreters using the VendorID package [default disabled]\n")