X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=bin%2Flines2kml;h=0e239424046d90c275133faec3e09f1a1b48a01f;hb=c498de425990074f93306b066a48400739b6d38a;hp=3fc3d784d4f60ff70fbd83e0391a806004af318b;hpb=d67b2e640133c45a31813ec853e58a866553134a;p=dead%2Fcensus-tools.git diff --git a/bin/lines2kml b/bin/lines2kml index 3fc3d78..0e23942 100755 --- a/bin/lines2kml +++ b/bin/lines2kml @@ -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',