]> gitweb.michael.orlitzky.com - dead/census-tools.git/blobdiff - bin/pg2kml
strip() whitespace from OptionParser descriptions.
[dead/census-tools.git] / bin / pg2kml
index 084abccd993624941aeb73cbe0c7a8195bc90577..1fddabec07811fc147d8a160db4a9654730f97f5 100755 (executable)
@@ -33,7 +33,7 @@ to stdout.
 parser = OptionParser(add_help_option = False)
 
 # Use this module's docstring as the description.
-parser.description = __doc__
+parser.description = __doc__.strip()
 
 parser.add_option('-h',
                   '--host',