From e76b5073094973e3be9d877074cd4126b5377b84 Mon Sep 17 00:00:00 2001 From: Rafael Fontenelle Date: Sun, 8 Mar 2020 21:47:08 -0300 Subject: [PATCH] build: start description lower-cased --- sphinx/cmd/build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',