]> gitweb.michael.orlitzky.com - dead/census-tools.git/blobdiff - bin/wkt2kml
Modified the default_option_parser function to return a parser using a VerbatimHelpFo...
[dead/census-tools.git] / bin / wkt2kml
index 81b45ffc3fd924361cbf99ab6b87596dffb750de..7735bb75d3892ead70f9f5bcdf8a7360ae7379f4 100755 (executable)
@@ -3,9 +3,7 @@
 """
 Convert an OGC Well-Known Text string to a Keyhole Markup Language
 (KML) file.
-"""
 
-"""
 We take a Well-Known Text[1] string as input, and optionally a
 filename to which to write the output. While we shouldn't technically
 *need* access to a PostGIS database to perform this conversion, it
@@ -48,7 +46,7 @@ e.g. see the object name in Google Earth.
 parser = CLI.default_option_parser()
 
 # Use this module's docstring as the description.
-parser.description = __doc__.strip()
+parser.description = __doc__
 
 parser.add_option('-o',
                   '--outfile',