mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
build: start description lower-cased
This commit is contained in:
parent
6ef573acb9
commit
e76b507309
@ -180,7 +180,7 @@ files can be built by specifying individual filenames.
|
|||||||
group.add_argument('-W', action='store_true', dest='warningiserror',
|
group.add_argument('-W', action='store_true', dest='warningiserror',
|
||||||
help=__('turn warnings into errors'))
|
help=__('turn warnings into errors'))
|
||||||
group.add_argument('--keep-going', action='store_true', dest='keep_going',
|
group.add_argument('--keep-going', action='store_true', dest='keep_going',
|
||||||
help=__("With -W, keep going when getting warnings"))
|
help=__("with -W, keep going when getting warnings"))
|
||||||
group.add_argument('-T', action='store_true', dest='traceback',
|
group.add_argument('-T', action='store_true', dest='traceback',
|
||||||
help=__('show full traceback on exception'))
|
help=__('show full traceback on exception'))
|
||||||
group.add_argument('-P', action='store_true', dest='pdb',
|
group.add_argument('-P', action='store_true', dest='pdb',
|
||||||
|
Loading…
Reference in New Issue
Block a user