From b7784aa4115bb93d7f513c79ed029a5a41f3b4d5 Mon Sep 17 00:00:00 2001 From: roktas Date: Fri, 27 Oct 2006 11:43:14 +0000 Subject: Add "-o | --output" option to markdown2pdf, update man file. git-svn-id: https://pandoc.googlecode.com/svn/trunk@18 788f1e2b-df1e-0410-8736-df70ead52e1b --- man/man1/markdown2pdf.1 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'man/man1/markdown2pdf.1') 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 .SH "SEE ALSO" -- cgit v1.2.3