diff options
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 |