Fix line too long
authorColin Walters <walters@verbum.org>
Tue, 16 Nov 2010 14:15:47 +0000 (09:15 -0500)
committerColin Walters <walters@verbum.org>
Tue, 16 Nov 2010 14:26:37 +0000 (09:26 -0500)
giscanner/scannermain.py

index 33e719eaeb64e0f6b8ec7a8b8821696f65bcbf98..eb081f4a39277eed66f54c35e0f8bed6703afa7a 100644 (file)
@@ -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")