diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2009-12-31 01:09:36 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2009-12-31 01:09:36 +0000 |
commit | 0d8fc82a8c0e9ed9f439452ddd439d768812e3b5 (patch) | |
tree | 60911143025bd4f28327f4f893a634b96b446937 /man/man1 | |
parent | 732e6a109721f0b456962e8eaff674996f72dd22 (diff) | |
download | pandoc-0d8fc82a8c0e9ed9f439452ddd439d768812e3b5.tar.gz |
Changed --print-default-header to --print-default-template.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1679 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'man/man1')
-rw-r--r-- | man/man1/pandoc.1.md | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/man/man1/pandoc.1.md b/man/man1/pandoc.1.md index 3caf104f4..69a678198 100644 --- a/man/man1/pandoc.1.md +++ b/man/man1/pandoc.1.md @@ -186,10 +186,9 @@ to Pandoc. Or use `html2markdown`(1), a wrapper around `pandoc`. default header, which can be printed by using the `-D` option). Implies `-s`. --D *FORMAT*, \--print-default-header=*FORMAT* -: Print the default header for *FORMAT* (`html`, `s5`, `latex`, - `context`, `docbook`, `man`, `markdown`, `opendocument`, - `rst`, `rtf`). +-D *FORMAT*, \--print-default-template=*FORMAT* +: Print the default template for an output *FORMAT*. (See `-t` + for a list of possible *FORMAT*s.) -T *STRING*, \--title-prefix=*STRING* : Specify *STRING* as a prefix to the HTML window title. |