Merge pull request #6305 from jfbu/fix_quickstart_string

Fix the string in quickstart for 'path' argument of parser
This commit is contained in:
Jean-François B 2019-04-15 16:46:38 +02:00 committed by GitHub
commit d0d883c9a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -510,7 +510,7 @@ Makefile to be used with sphinx-build.
version='%%(prog)s %s' % __display_version__)
parser.add_argument('path', metavar='PROJECT_DIR', default='.', nargs='?',
help=__('output path'))
help=__('project root'))
group = parser.add_argument_group(__('Structure options'))
group.add_argument('--sep', action='store_true', default=None,