summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2009-12-23 21:35:12 +0100
committerJohan Dahlin <johan@gnome.org>2009-12-31 15:53:29 +0100
commit0057bd81165e93b1cfd2b350759766ecb9140e36 (patch)
treef3db5672050e4d260d80266e6f76face02256c08
parent2f64d504ebc8ac9a4ec3675ce768dda97658192d (diff)
downloadgobject-introspection-0057bd81165e93b1cfd2b350759766ecb9140e36.tar.gz
Fix typo in the help string of the --no-libtool argument
--no-libtool means that one does not want to use libtool to compile the introspection program. https://bugzilla.gnome.org/show_bug.cgi?id=605774
-rw-r--r--giscanner/scannermain.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/giscanner/scannermain.py b/giscanner/scannermain.py
index 9623b9f2..dfe17432 100644
--- a/giscanner/scannermain.py
+++ b/giscanner/scannermain.py
@@ -58,7 +58,7 @@ def _get_option_parser():
help="full path to libtool")
parser.add_option("", "--no-libtool",
action="store_true", dest="nolibtool", default=False,
- help="use libtool")
+ help="do not use libtool")
parser.add_option("-l", "--library",
action="append", dest="libraries", default=[],
help="libraries of this unit")