aboutsummaryrefslogtreecommitdiff
path: root/man/man1
diff options
context:
space:
mode:
authorroktas <roktas@788f1e2b-df1e-0410-8736-df70ead52e1b>2006-10-27 11:43:14 +0000
committerroktas <roktas@788f1e2b-df1e-0410-8736-df70ead52e1b>2006-10-27 11:43:14 +0000
commitb7784aa4115bb93d7f513c79ed029a5a41f3b4d5 (patch)
tree5ca2e65ac45bc280227f0feb6593f8052f4ab6d8 /man/man1
parentefb2dbc9901ccf85991709e6b797760efb3f0c6b (diff)
downloadpandoc-b7784aa4115bb93d7f513c79ed029a5a41f3b4d5.tar.gz
Add "-o | --output" option to markdown2pdf, update man file.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@18 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'man/man1')
-rw-r--r--man/man1/markdown2pdf.18
1 files changed, 4 insertions, 4 deletions
diff --git a/man/man1/markdown2pdf.1 b/man/man1/markdown2pdf.1
index 685f0af81..894d05ec3 100644
--- a/man/man1/markdown2pdf.1
+++ b/man/man1/markdown2pdf.1
@@ -2,14 +2,14 @@
.SH NAME
markdown2pdf \- converts markdown-formatted text to PDF, using pdflatex
.SH SYNOPSIS
-.B markdown2pdf [input-file]
+.B markdown2pdf [-o|--output output-file] [input-file]
.SH DESCRIPTION
.B markdown2pdf
converts input-file (or text from STDIN) from markdown-formatted
plain text to PDF, using pdflatex. The name of the output file is derived
-from the input file; thus, for example, if the input file is 'hello.txt',
-the output file will be 'hello.pdf'. If the input is read from STDIN, the
-output file will be named 'stdin.pdf'.
+from the input file, if it is not specified; thus, for example, if the input
+file is 'hello.txt', the output file will be 'hello.pdf'. If the input is
+read from STDIN, the output file will be named 'stdin.pdf'.
.SH AUTHOR
John MacFarlane <jgm at berkeley.edu>
.SH "SEE ALSO"