From eff243598995d4a144dc5e0a39d5d6ccc90c76f6 Mon Sep 17 00:00:00 2001 From: Sean Whalen Date: Tue, 16 Oct 2018 13:36:25 -0400 Subject: [PATCH] Update help --- CHANGELOG.md | 4 ++-- parsedmarc/cli.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ce9b70..6dc3e47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,9 @@ 4.3.4 ----- -- Fix crash on empty aggregate report comments (brakhane - PR #25) +- Fix crash on empty aggregate report comments (brakhane - #25) - Add `strip_attachment_payloads` option to functions and -`--strip-attachment-payloads` option to the CLI +`--strip-attachment-payloads` option to the CLI (#23) 4.3.3 ----- diff --git a/parsedmarc/cli.py b/parsedmarc/cli.py index 03f84c5..3ca25a1 100644 --- a/parsedmarc/cli.py +++ b/parsedmarc/cli.py @@ -91,8 +91,8 @@ def _main(): arg_parser.add_argument("file_path", nargs="*", help="one or more paths to aggregate or forensic " "report files or emails") - strip_attachment_help = "Replace attachment payloads in " \ - "forensic report samples with null values" + strip_attachment_help = "Remove attachment payloads from forensic " \ + "report output" arg_parser.add_argument("--strip-attachment-payloads", help=strip_attachment_help, action="store_true") arg_parser.add_argument("-o", "--output",