From 7ee81977246405da3aa68332a2fbfb7905c2c140 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 16 Nov 2010 09:15:47 -0500 Subject: Fix line too long --- giscanner/scannermain.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'giscanner') 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") -- cgit v1.2.1