diff options
author | John MacFarlane <jgm@berkeley.edu> | 2011-11-10 15:37:52 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2011-11-10 15:37:52 -0800 |
commit | 14620579c0467157a641613275a11379b34c9534 (patch) | |
tree | 07d3c96f399ac4bbd21e3393758b3ebf15bf00cb /README | |
parent | fc3826e078302e8351fa68d05d84dada1668cd3a (diff) | |
download | pandoc-14620579c0467157a641613275a11379b34c9534.tar.gz |
Changed misleading documentation on markdown2pdf.
markdown2pdf used to create a backup file if the output file
exists; it doesn't any longer, but the documentation still said
it does.
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -102,8 +102,7 @@ for example, markdown2pdf sample.txt endnotes.txt -will produce `sample.pdf`. (If `sample.pdf` exists already, -it will be backed up before being overwritten.) An output file +will produce `sample.pdf`. An output file name can be specified explicitly using the `-o` option: markdown2pdf -o book.pdf chap1 chap2 |