]> gitweb.michael.orlitzky.com - dead/census-tools.git/blobdiff - bin/wkt2pop
Modified the default_option_parser function to return a parser using a VerbatimHelpFo...
[dead/census-tools.git] / bin / wkt2pop
index 3fa70b220f76569765cedca4391a36b0dac0e5ff..89bb5955b480d69a4a5592cc36c99f0084d1f261 100755 (executable)
@@ -2,9 +2,7 @@
 
 """
 Find the total population contained within a geometric object.
-"""
 
-"""
 Our input is an OGC Well-Known Text[1] string. This string is used as
 part of a database query that finds the population contained within
 (i.e. 'underneath') the geometric object corresponding to the WKT
@@ -30,7 +28,7 @@ usage = '%prog [options] <well-known text representation>'
 parser = CLI.default_option_parser(usage)
 
 # Use this module's docstring as the description.
-parser.description = __doc__.strip()
+parser.description = __doc__
 
 
 parser.add_option('-s',