summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-07-13 21:51:46 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-07-13 21:51:46 -0700
commited3e540955eb73d12f020d805ed076ed5e173668 (patch)
tree508a91348a9831001c8e3c93856571bf233c445f
parentdb989854d37179f590e41cbdd594dc92249779af (diff)
Improved documentation of options to print system default files.
`--print-default-data-file` and `--print-default-template`. Closes #2298.
-rw-r--r--README8
1 files changed, 5 insertions, 3 deletions
diff --git a/README b/README
index e03e231a3..7e2355d86 100644
--- a/README
+++ b/README
@@ -411,12 +411,14 @@ General writer options
`-D` *FORMAT*, `--print-default-template=`*FORMAT*
-: Print the default template for an output *FORMAT*. (See `-t`
- for a list of possible *FORMAT*s.)
+: Print the system default template for an output *FORMAT*. (See `-t`
+ for a list of possible *FORMAT*s.) Templates in the user data
+ directory are ignored.
`--print-default-data-file=`*FILE*
-: Print a default data file.
+: Print a system default data file. Files in the user data directory
+ are ignored.
`--no-wrap`