Commit d75b6363 d75b63634470d9fbcc210679e57fe8c8ca9b03f4 by Sergey Poznyakoff

(options): Fixed typo in doc string

1 parent ab605367
......@@ -75,7 +75,7 @@ static struct argp_option options[] = {
N_("Name of login statistics file"), 0},
#endif
{"expire", OPT_EXPIRE, N_("DAYS"), 0,
N_("Minimum retention period for messages in the maildrop, default -1 means NEVER"), 0},
N_("Maximum retention period for messages in the maildrop, default -1 means NEVER"), 0},
{NULL, 0, NULL, 0, NULL, 0}
};
......