summaryrefslogtreecommitdiff
path: root/sphinx/ext/apidoc.py
diff options
context:
space:
mode:
authorcocodrips <cocodrips@gmail.com>2018-12-26 11:31:44 +0900
committercocodrips <cocodrips@gmail.com>2018-12-26 11:31:50 +0900
commit827059be93426b83afd2fc7d823c48681e5f913a (patch)
treeec1893e5cf77acbb79d736ea3f841dc864781740 /sphinx/ext/apidoc.py
parent448181d9f97611d352c0c8ec21e55e8242db9d60 (diff)
parent99a7dca2160996e3189dfcc2176bbbbac531d5f3 (diff)
downloadsphinx-git-827059be93426b83afd2fc7d823c48681e5f913a.tar.gz
Merge remote-tracking branch 'upstream/master' into 5842-apidoc-extensions
Diffstat (limited to 'sphinx/ext/apidoc.py')
-rw-r--r--sphinx/ext/apidoc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/ext/apidoc.py b/sphinx/ext/apidoc.py
index 2bb7384f4..6fe4921ab 100644
--- a/sphinx/ext/apidoc.py
+++ b/sphinx/ext/apidoc.py
@@ -336,7 +336,7 @@ Note: By default this script will not overwrite already created files."""))
dest='includeprivate',
help=__('include "_private" modules'))
parser.add_argument('--tocfile', action='store', dest='tocfile', default='modules',
- help=__("don't create a table of contents file"))
+ help=__("filename of table of contents (default: modules)"))
parser.add_argument('-T', '--no-toc', action='store_false', dest='tocfile',
help=__("don't create a table of contents file"))
parser.add_argument('-E', '--no-headings', action='store_true',