summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2010-11-16 09:15:47 -0500
committerColin Walters <walters@verbum.org>2010-11-16 09:26:37 -0500
commit7ee81977246405da3aa68332a2fbfb7905c2c140 (patch)
treeb4d1f5535aae0e1777c29d8985d7edadf088f886
parent52d002019620a50bfd5dfa4e455fb0f9432c3799 (diff)
downloadgobject-introspection-7ee81977246405da3aa68332a2fbfb7905c2c140.tar.gz
Fix line too long
-rw-r--r--giscanner/scannermain.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/giscanner/scannermain.py b/giscanner/scannermain.py
index 33e719ea..eb081f4a 100644
--- 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")