mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix typo in output of sphinx-build -h.
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user