aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2013-01-05 12:03:05 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2013-01-05 12:03:05 -0800
commitc45ae571ccee3cd0e6aa11b3b43e8eaf6315386b (patch)
tree2481a6fb9c98a08f715300b34f5bfab1a24a579f /README
parent2e0894554ce591488b7e0aebfaecf1fd7dc83c10 (diff)
downloadpandoc-c45ae571ccee3cd0e6aa11b3b43e8eaf6315386b.tar.gz
Changed --toc-level to --toc-depth.
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index d29112099..ae2dd892a 100644
--- a/README
+++ b/README
@@ -296,7 +296,7 @@ General writer options
one) in the output document. This option has no effect on `man`,
`docbook`, `slidy`, `slideous`, or `s5` output.
-`--toc-level=`*NUMBER*
+`--toc-depth=`*NUMBER*
: Specify the number of section levels to include in the table
of contents. The default is 3 (which means that level 1, 2, and 3
headers will be listed in the contents). Implies `--toc`.