Tweak help.

This commit is contained in:
Andrew Ferrier 2014-11-18 16:19:03 +00:00
parent a9e58c1e43
commit 278a45c61d

View file

@ -54,7 +54,7 @@ def main():
body_attachment_options = parser.add_mutually_exclusive_group()
body_attachment_options.add_argument("--no-body", dest='body', action='store_false',
help="Don't parse the body of the email and print it to PDF, just detach relevant " +
help="Don't parse the body of the email and print it to PDF, just detach recognized " +
"attachments. The default is to parse both the body and detach attachments.")
body_attachment_options.add_argument("--no-attachments", dest='attachments', action='store_false',