forked from archive/andrewferrier_email2pdf
Clarify purpose of headers option.
This commit is contained in:
parent
e98a08b1df
commit
bccc012622
1 changed files with 1 additions and 1 deletions
|
@ -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 " +
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue