Merge pull request #1853 from stragu/patch-1

typo: "how" -> "show"
This commit is contained in:
Adrian Sampson 2016-01-31 16:28:59 -08:00
commit e3e34b13e4

View file

@ -1176,7 +1176,7 @@ def _raw_main(args, lib=None):
parser.add_option('-c', '--config', dest='config',
help='path to configuration file')
parser.add_option('-h', '--help', dest='help', action='store_true',
help='how this help message and exit')
help='show this help message and exit')
parser.add_option('--version', dest='version', action='store_true',
help=optparse.SUPPRESS_HELP)