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:
52d0020
)
Fix line too long
author
Colin Walters
<walters@verbum.org>
Tue, 16 Nov 2010 14:15:47 +0000
(09:15 -0500)
committer
Colin Walters
<walters@verbum.org>
Tue, 16 Nov 2010 14:26:37 +0000
(09:26 -0500)
giscanner/scannermain.py
patch
|
blob
|
history
diff --git
a/giscanner/scannermain.py
b/giscanner/scannermain.py
index 33e719eaeb64e0f6b8ec7a8b8821696f65bcbf98..eb081f4a39277eed66f54c35e0f8bed6703afa7a 100644
(file)
--- a/
giscanner/scannermain.py
+++ b/
giscanner/scannermain.py
@@
-92,7
+92,8
@@
def _get_option_parser():
help="do not use libtool")
parser.add_option("", "--external-library",
action="store_true", dest="external_library", default=False,
- help="If true, the library is located on the system, not in the current directory")
+ help=("""If true, the library is located on the system,""" +
+ """not in the current directory"""))
parser.add_option("-l", "--library",
action="append", dest="libraries", default=[],
help="libraries of this unit")