Cosmetics.
authorFrancois Fleuret <francois@fleuret.org>
Wed, 6 Nov 2013 14:22:58 +0000 (15:22 +0100)
committerFrancois Fleuret <francois@fleuret.org>
Wed, 6 Nov 2013 14:22:58 +0000 (15:22 +0100)
mymail.1
mymail.c

index 06260a4..2da28ba 100644 (file)
--- a/mymail.1
+++ b/mymail.1
@@ -35,7 +35,7 @@ do not write information during the search
 use the time stamp from the leading line of each mail and not the
 Date: field
 .TP
-\fB-f\fR, \fB--do-not-discard-mails-in-the-future\fR
+\fB-f\fR, \fB--do-not-discard-mails-from-the-future\fR
 keep mails with a date (more than 24h) in the future
 .TP
 \fB-p <db filename pattern>\fR, \fB--db-pattern <db filename pattern>\fR
index 770df43..8a5fa24 100644 (file)
--- 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 filename pattern>, --db-pattern <db filename 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' },