aboutsummaryrefslogtreecommitdiff
path: root/MANUAL.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-11-01 10:14:30 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2019-11-01 10:14:30 -0700
commite96f3fd813b3f8b73c3457ff6e9177e2a4a74164 (patch)
tree8a4a62edbbe5d0493626a975bc63f987b971b3d2 /MANUAL.txt
parent1b69d5ed9444de975b707ed9ef3cdd2611e05463 (diff)
downloadpandoc-e96f3fd813b3f8b73c3457ff6e9177e2a4a74164.tar.gz
ALlow multiple comma-separated files for `--defaults`.
Diffstat (limited to 'MANUAL.txt')
-rw-r--r--MANUAL.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index de6c48446..92c439f32 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -356,11 +356,12 @@ header when requesting a document from a URL:
`slidy`, `slideous`, or `s5` directory
placed in this directory will override pandoc's normal defaults.
-`-d` *FILE*, `--defaults=`*FILE*
+`-d` *FILE*[,*FILE*,...], `--defaults=`*FILE*[,*FILE*,...]
: Specify a set of default option settings. *FILE* is a YAML
file whose fields correspond to command-line option
- settings. All options for document conversion, including input
+ settings. (Multiple files may be specified, separated by
+ commas.) All options for document conversion, including input
and output files, can be set using a defaults file. The file will
be searched for first in the working directory, and then in
the `defaults` subdirectory of the user data directory