X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=mymail.git;a=blobdiff_plain;f=mymail.c;fp=mymail.c;h=8a5fa24d0f8bbe8e09a680263b94f7866c865d49;hp=770df43b7c534144a3cf382b3411f489997308b0;hb=50f246a3253e0d125abbc66a585c72f05e636cd2;hpb=c35b861ba366be8bcd944e283aa90e3e1eb4fbe6 diff --git a/mymail.c b/mymail.c index 770df43..8a5fa24 100644 --- a/mymail.c +++ b/mymail.c @@ -264,7 +264,7 @@ void print_usage(FILE *out) { fprintf(out, " -t, --use-leading-time\n"); fprintf(out, " use the time stamp from the leading line of each mail and not the Date:\n"); fprintf(out, " field\n"); - fprintf(out, " -f, --do-not-discard-mails-in-the-future\n"); + fprintf(out, " -f, --do-not-discard-mails-from-the-future\n"); fprintf(out, " do not ignore mails with a date more than 24h in the future\n"); fprintf(out, " -p , --db-pattern \n"); fprintf(out, " set the db filename pattern for recursive search\n"); @@ -808,7 +808,7 @@ static struct option long_options[] = { { "version", no_argument, 0, 'v' }, { "quiet", no_argument, 0, 'q' }, { "use-leading-time", no_argument, 0, 't' }, - { "do-not-discard-mails-in-the-future", no_argument, 0, 'f' }, + { "do-not-discard-mails-from-the-future", no_argument, 0, 'f' }, { "db-file-output", 1, 0, 'd' }, { "db-pattern", 1, 0, 'p' }, { "db-root", 1, 0, 'r' },