Clarify purpose of headers option.

This commit is contained in:
Andrew Ferrier 2014-11-03 18:59:37 +00:00
parent e98a08b1df
commit bccc012622

View file

@ -50,7 +50,7 @@ def main():
"attachments. The default is to parse both the body and detach attachments.")
parser.add_argument("--headers", action='store_true',
help="Add basic email headers to the PDF. The default is not to do this.")
help="Add basic email headers to the first PDF page. The default is not to do this.")
parser.add_argument('-v', '--verbose', action='count', default=0,
help="Make the output more verbose. This affects both the output logged to " +