X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=mymail.c;h=e802be193f64c535d380d90d9802756136b5c282;hb=94fbfa03a718d47c926dde6dd6b16fa14e92328c;hp=a29fedbd24855124bb8b4f3e1af2617d312f6fe7;hpb=b956ec62e047fc0cd39b88bc5ee4066982cd93e0;p=mymail.git diff --git a/mymail.c b/mymail.c index a29fedb..e802be1 100644 --- a/mymail.c +++ b/mymail.c @@ -229,7 +229,7 @@ void print_usage(FILE *out) { fprintf(out, " set the mbox filename pattern for recursive search\n"); fprintf(out, " -s , --search \n"); fprintf(out, " search for matching mails in the db file\n"); - fprintf(out, " -d , --db-file-generate \n"); + fprintf(out, " -d , --db-file-output \n"); fprintf(out, " set the db filename for indexing\n"); fprintf(out, " -i, --index\n"); fprintf(out, " index mails\n"); @@ -739,7 +739,7 @@ static struct option long_options[] = { { "version", no_argument, 0, 'v' }, { "quiet", no_argument, 0, 'q' }, { "use-leading-time", no_argument, 0, 't' }, - { "db-file-generate", 1, 0, 'd' }, + { "db-file-output", 1, 0, 'd' }, { "db-pattern", 1, 0, 'p' }, { "db-root", 1, 0, 'r' }, { "db-list", 1, 0, 'l' },