Skip to content

Commit

Permalink
Clear up usage info.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jun 22, 2016
1 parent 3de7c3e commit 9a77fb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions archive_imessage.pl
Expand Up @@ -59,7 +59,7 @@ sub dbgprint {
my $ios_archive = 0;

sub usage {
print STDERR "USAGE: $0 [...options...] <backupdir> <maildir>\n";
print STDERR "USAGE: $0 [...options...] <messagedir> <maildir>\n";
print STDERR "\n";
print STDERR " --debug: Enable spammy debug logging to stdout.\n";
print STDERR " --html: Output HTML archives.\n";
Expand All @@ -69,7 +69,7 @@ sub usage {
print STDERR " --no-attachments: Don't include attachments at all.\n";
print STDERR " --no-thumbnails: Don't include thumbnails in HTML output.\n";
print STDERR " --gap-time=NUM: treat NUM minutes of silence as the end of a conversation.\n";
print STDERR " backupdir: Directory holding unencrypted iPhone backup.\n";
print STDERR " messagedir: Directory holding iPhone backup or Messages chat.db database.\n";
print STDERR " maildir: Path of Maildir where we write archives and metadata.\n";
print STDERR "\n";
exit(1);
Expand Down

0 comments on commit 9a77fb7

Please sign in to comment.