projects
/
platform
/
upstream
/
gobject-introspection.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f64d50
)
Fix typo in the help string of the --no-libtool argument
author
Damien Lespiau
<damien.lespiau@intel.com>
Wed, 23 Dec 2009 20:35:12 +0000
(21:35 +0100)
committer
Johan Dahlin
<johan@gnome.org>
Thu, 31 Dec 2009 14:53:29 +0000
(15:53 +0100)
--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
giscanner/scannermain.py
patch
|
blob
|
history
diff --git
a/giscanner/scannermain.py
b/giscanner/scannermain.py
index 9623b9f26565ac2251ad986f12d55670b69fe16d..dfe1743201c5126bac18137bdea758d09936ffec 100644
(file)
--- 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")