Skip to content

Commit

Permalink
Merge pull request #13 from dsp77/master
Browse files Browse the repository at this point in the history
Extended the epilog message text.
  • Loading branch information
JensErat committed Jan 12, 2018
2 parents 7a39bde + 9f23891 commit cb8543b
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion panletter
Expand Up @@ -14,7 +14,20 @@ visit
(c) Jens Erat 2014, BSD-License
""",
epilog='All pandoc options can be used.')
epilog='''
All pandoc options can be used.
Example: panletter -fmarkdown+pipe_tables input-letter.md
This example will enable the pandoc extension pipe_tables and allow to
include tables in the letter.
Beware that there is no space allowed between the pandoc option switch
(here -f) and the parameter, as otherwise panletter will consider the
parameter as an input file.
'''
)

parser.add_argument('-o', '--output',
help="""
Output file name. If ommited, the first input's file name with .pdf extension
Expand Down

0 comments on commit cb8543b

Please sign in to comment.