[gobject-introspection] Fix line too long
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gobject-introspection] Fix line too long
- Date: Tue, 16 Nov 2010 14:53:07 +0000 (UTC)
commit 7ee81977246405da3aa68332a2fbfb7905c2c140
Author: Colin Walters <walters verbum org>
Date: Tue Nov 16 09:15:47 2010 -0500
Fix line too long
giscanner/scannermain.py | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/giscanner/scannermain.py b/giscanner/scannermain.py
index 33e719e..eb081f4 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")
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]