X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fcensus-tools.git;a=blobdiff_plain;f=bin%2Fblocks2kml;h=78420c959c64bd3da2e99308fb0934c81e5b0aba;hp=bef23fa4393b8a40e2e596bd0a554ec8b88f64b5;hb=c498de425990074f93306b066a48400739b6d38a;hpb=fbf6257eecbc601a4f5748583d0188adc1e5ffec diff --git a/bin/blocks2kml b/bin/blocks2kml index bef23fa..78420c9 100755 --- a/bin/blocks2kml +++ b/bin/blocks2kml @@ -33,7 +33,7 @@ to stdout. parser = CLI.default_option_parser() # Use this module's docstring as the description. -parser.description = __doc__.strip() +parser.description = __doc__ (options, args) = parser.parse_args()