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