Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Fontenelle <rafaelff@gnome.org>2020-03-09 03:47:08 +0300
committerRafael Fontenelle <rafaelff@gnome.org>2020-03-09 03:47:08 +0300
commite76b5073094973e3be9d877074cd4126b5377b84 (patch)
treecd210c00d26342fc26763e5fda257aa45fbc0066 /sphinx/cmd
parent6ef573acb9b2cc6cc95b75bad405ab7dfd545e10 (diff)
build: start description lower-cased
Diffstat (limited to 'sphinx/cmd')
-rw-r--r--sphinx/cmd/build.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/cmd/build.py b/sphinx/cmd/build.py
index bcf2a20c3..012fd72ad 100644
--- a/sphinx/cmd/build.py
+++ b/sphinx/cmd/build.py
@@ -180,7 +180,7 @@ files can be built by specifying individual filenames.
group.add_argument('-W', action='store_true', dest='warningiserror',
help=__('turn warnings into errors'))
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',
help=__('show full traceback on exception'))
group.add_argument('-P', action='store_true', dest='pdb',