Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/techsneeze/dmarcts-report-parser.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTechSneeze <dave@techsneeze.com>2021-04-03 19:18:12 +0300
committerGitHub <noreply@github.com>2021-04-03 19:18:12 +0300
commite83fe26cb1ebc823a3b641daa9b8f5e18c13798f (patch)
tree63efc7ed5b13fcc9c207f6d810e13624afcf9daa
parent38eaaf01db349bdfd3ee6b01357fe539efab5221 (diff)
parentbb13680a723cbc0f7930d08f57e84fc32eda7c3d (diff)
Merge pull request #96 from wolfgangkarall/usage_z
Mention -z in show_usage()
-rwxr-xr-xdmarcts-report-parser.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/dmarcts-report-parser.pl b/dmarcts-report-parser.pl
index 54749d5..c33f655 100755
--- a/dmarcts-report-parser.pl
+++ b/dmarcts-report-parser.pl
@@ -97,6 +97,7 @@ sub show_usage {
print " -m : Read reports from mbox file(s) provided in PATH. \n";
print " -e : Read reports from MIME email file(s) provided in PATH. \n";
print " -x : Read reports from xml file(s) provided in PATH. \n";
+ print " -z : Read reports from zip file(s) provided in PATH. \n";
print "\n";
print " The following optional options are allowed: \n";
print " -d : Print debug info. \n";