From: Alan Knowles Date: Mon, 7 May 2018 05:32:44 +0000 (+0800) Subject: src/strip.vala X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=05850d637dd53e61344f6ddcd2b3eda6f569c5b7;p=app.mailtrimmer src/strip.vala --- diff --git a/src/strip.vala b/src/strip.vala index 4717940..7d22182 100644 --- a/src/strip.vala +++ b/src/strip.vala @@ -118,7 +118,7 @@ public class StripApplication : GLib.Application { { "dump", 0, 0, OptionArg.NONE, ref opt_dump, "Print the replaced mail contents to stdout", null }, { "limit", 0, 0, OptionArg.INT, ref opt_limit, "stop after X number of messages with attachments have been processed", null }, - { "min-age", 0, 0, OptionArg.INT, ref opt_limit, "minimum age of messages (default is 6 months)", null }, + { "min-age", 0, 0, OptionArg.INT, ref opt_min_age, "minimum age of messages (default is 6 months)", null }, { "scan-imap", 0, 0, OptionArg.NONE, ref opt_scan_imap, "scan an imap tree", null }, { "scan-mailfort", 0, 0, OptionArg.NONE, ref opt_scan_mailfort, "scan a mailfort tree", null },