aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2013-08-13 18:25:20 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2013-08-13 18:29:57 -0700
commitbd73d73a28acc2863bd52bdc6f0f9d850fa34d84 (patch)
tree3f3740128beaec6e85dccc8bd62a81df8d5414c5 /README
parent3ebdc5b5f0f5bc88f727a36268d55921672899c0 (diff)
downloadpandoc-bd73d73a28acc2863bd52bdc6f0f9d850fa34d84.tar.gz
Removed `--print-sample-lua-writer`, added `--print-default-data-file`.
Closes #943.
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 3 insertions, 4 deletions
diff --git a/README b/README
index e85ca1905..e5de97556 100644
--- a/README
+++ b/README
@@ -311,9 +311,8 @@ General writer options
: Print the default template for an output *FORMAT*. (See `-t`
for a list of possible *FORMAT*s.)
-`--print-sample-lua-writer`
-: Print a sample lua custom writer (see [Custom writers](#custom-writers),
- below.
+`--print-default-data-file=`*FILE*
+: Print a default data file.
`--no-wrap`
: Disable text wrapping in output. By default, text is wrapped
@@ -2759,7 +2758,7 @@ Creating a custom writer requires writing a lua function for each
possible element in a pandoc document. To get a documented example
which you can modify according to your needs, do
- pandoc --print-sample-lua-writer
+ pandoc --print-default-data-file sample.lua
Authors
=======