Skip to content

Commit

Permalink
fixed some issues merging caused
Browse files Browse the repository at this point in the history
  • Loading branch information
userjack6880 committed Jul 3, 2019
1 parent d3aa939 commit c7ece67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dmarcts-report-parser.pl
Expand Up @@ -155,7 +155,7 @@ sub show_usage {

# Get command line options.
my %options = ();
use constant { TS_IMAP => 0, TS_MESSAGE_FILE => 1, TS_XML_FILE => 2, TS_MBOX_FILE => 3 };
use constant { TS_IMAP => 0, TS_MESSAGE_FILE => 1, TS_XML_FILE => 2, TS_MBOX_FILE => 3, TS_ZIP_FILE => 4 };
GetOptions( \%options, 'd', 'r', 'x', 'm', 'e', 'i', 'z', 'delete', 'info' );

# Evaluate command line options
Expand Down

0 comments on commit c7ece67

Please sign in to comment.