X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=bin%2Fpg2kml;h=1fddabec07811fc147d8a160db4a9654730f97f5;hb=63612d67421c5bd193e6b97f4d777742e07fbbba;hp=084abccd993624941aeb73cbe0c7a8195bc90577;hpb=35d5905cf30f546576bd7d7496103cb1fbcfacbb;p=dead%2Fcensus-tools.git diff --git a/bin/pg2kml b/bin/pg2kml index 084abcc..1fddabe 100755 --- a/bin/pg2kml +++ b/bin/pg2kml @@ -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',