Closes #1593: fix quickstart -F.

This commit is contained in:
Georg Brandl 2014-10-20 08:24:01 +02:00
parent 165db545ef
commit 5729afdba5

View File

@ -367,6 +367,7 @@ Note: By default this script will not overwrite already created files.""")
batchfile = True, batchfile = True,
mastertocmaxdepth = opts.maxdepth, mastertocmaxdepth = opts.maxdepth,
mastertoctree = text, mastertoctree = text,
language = 'en',
) )
if not opts.dryrun: if not opts.dryrun:
qs.generate(d, silent=True, overwrite=opts.force) qs.generate(d, silent=True, overwrite=opts.force)