]> gitweb.michael.orlitzky.com - dead/census-tools.git/blobdiff - bin/lines2kml
Modified the default_option_parser function to return a parser using a VerbatimHelpFo...
[dead/census-tools.git] / bin / lines2kml
index 3fc3d784d4f60ff70fbd83e0391a806004af318b..0e239424046d90c275133faec3e09f1a1b48a01f 100755 (executable)
@@ -30,7 +30,7 @@ to stdout.
 parser = CLI.default_option_parser()
 
 # Use this module's docstring as the description.
-parser.description = __doc__.strip()
+parser.description = __doc__
 
 parser.add_option('-s',
                   '--state',