X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=src%2Fstrip.vala;fp=src%2Fstrip.vala;h=9828124dffe081a577a10df1dc1838b409ab3870;hb=43adb8bcb6a1929ceff232cc02cfcb80a440b5f4;hp=470514a1767c5acd9606a4180685101719e0c3da;hpb=162241719840041f754c827a3bebf9ef6bb43ee8;p=app.mailtrimmer diff --git a/src/strip.vala b/src/strip.vala index 470514a..9828124 100644 --- a/src/strip.vala +++ b/src/strip.vala @@ -134,7 +134,7 @@ public class StripApplication : GLib.Application { { "scan-maildir", 0, 0, OptionArg.NONE, ref opt_scan_maildir, "scan an maildir tree", null }, { "scan-mailfort", 0, 0, OptionArg.NONE, ref opt_scan_mailfort, "scan a mailfort tree", null }, - { "scan-mailfort-only", 0, 0, OptionArg.STRING, ref opt_scan_mailfort_only, "scan a mailfort Year/month eg. 2010/08", null }, + { "scan-mailfort-only", 0, 0, OptionArg.STRING, ref opt_scan_mailfort_only, "scan a mailfort Year/month eg. /2010/08", null }, { null } }; public StripApplication( string[] args )