Improved documentation of options to print system default files.
`--print-default-data-file` and `--print-default-template`. Closes #2298.
This commit is contained in:
parent
db989854d3
commit
ed3e540955
1 changed files with 5 additions and 3 deletions
8
README
8
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`
|
||||
|
||||
|
|
Loading…
Reference in a new issue