mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-05-25 21:35:22 +00:00
Update help
This commit is contained in:
+2
-2
@@ -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
|
||||
-----
|
||||
|
||||
+2
-2
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user