X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=bin%2Ffind_avg_population_density;h=05e2733928765e16b253cbe7b5eeb478f9393cdb;hb=63612d67421c5bd193e6b97f4d777742e07fbbba;hp=e6d8ac75906c7bf722e0dd310c309d2a26d820f5;hpb=35d5905cf30f546576bd7d7496103cb1fbcfacbb;p=dead%2Fcensus-tools.git diff --git a/bin/find_avg_population_density b/bin/find_avg_population_density index e6d8ac7..05e2733 100755 --- a/bin/find_avg_population_density +++ b/bin/find_avg_population_density @@ -43,7 +43,7 @@ usage = '%prog [options] ' parser = OptionParser(usage=usage, add_help_option = False) # Use this module's docstring as the description. -parser.description = __doc__ +parser.description = __doc__.strip() parser.add_option('-h', '--host',