Fix typo in output of sphinx-build -h.

This commit is contained in:
Antony Lee
2017-09-08 22:56:39 -07:00
parent ad41e0b25e
commit ddd23d31f1

View File

@@ -169,7 +169,7 @@ def main(argv=sys.argv[1:]): # type: ignore
help='Do emit colored output (default: auto-detect)')
group.add_option('-N', '--no-color', dest='color',
action='store_const', const='no',
help='Do not emit colored output (default: auot-detect)')
help='Do not emit colored output (default: auto-detect)')
group.add_option('-w', metavar='FILE', dest='warnfile',
help='write warnings (and errors) to given file')
group.add_option('-W', action='store_true', dest='warningiserror',