]> gitweb.michael.orlitzky.com - dead/census-tools.git/blobdiff - bin/drag_wkt_along_kml_path
Modified the default_option_parser function to return a parser using a VerbatimHelpFo...
[dead/census-tools.git] / bin / drag_wkt_along_kml_path
index c65c34a8db4f30e2437b96c5dd8a539f0850c2d5..aa274661023ba6a56386094a518ee020071dacf9 100755 (executable)
@@ -28,7 +28,7 @@ usage = '%prog [options] <well-known text> <kml filename>'
 parser = CLI.default_option_parser(usage)
 
 # Use this module's docstring as the description.
-parser.description = __doc__.strip()
+parser.description = __doc__
 
 parser.add_option('-o',
                   '--outfile',