Improved documentation of options to print system default files.

`--print-default-data-file` and `--print-default-template`.
Closes #2298.
This commit is contained in:
John MacFarlane 2015-07-13 21:51:46 -07:00
parent db989854d3
commit ed3e540955

8
README
View file

@ -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`