summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-02-21 08:53:25 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-02-21 08:53:25 +0000
commitdf5021f777480ec9fe8908be1f239ddf037bff8a (patch)
tree70466319ea6f398cc285f0759ef02a725fda888b /mail
parent206e1de7ba77895dda6c404c73edf4da6662585a (diff)
downloadmailutils-df5021f777480ec9fe8908be1f239ddf037bff8a.tar.gz
mailutils-df5021f777480ec9fe8908be1f239ddf037bff8a.tar.bz2
Further unification of diagnostic style
Diffstat (limited to 'mail')
-rw-r--r--mail/mail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail.c b/mail/mail.c
index 206389335..33a89f56d 100644
--- a/mail/mail.c
+++ b/mail/mail.c
@@ -46,7 +46,7 @@ static struct argp_option options[] = {
{"to", 't', 0, 0, N_("Precede message by a list of addresses"), 0},
{"user", 'u', N_("USER"), 0, N_("Operate on USER's mailbox"), 0},
{"append", 'a', N_("HEADER: VALUE"), 0,
- N_("Append given header to the message being sent."), 0},
+ N_("Append given header to the message being sent"), 0},
{ NULL, 0, NULL, 0, NULL, 0 }
};

Return to:

Send suggestions and report system problems to the System administrator.