summaryrefslogtreecommitdiff
path: root/mail.remote
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2002-12-27 19:33:04 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2002-12-27 19:33:04 +0000
commitf767ae4103253efd31b6c2da01aca696402f8f46 (patch)
treeb1b596803b5275bcc83a41da0b72bf88ee46d7a1 /mail.remote
parentd7fe456f61e86d8bfeffb6a4557ddb7512326d1c (diff)
downloadmailutils-f767ae4103253efd31b6c2da01aca696402f8f46.tar.gz
mailutils-f767ae4103253efd31b6c2da01aca696402f8f46.tar.bz2
Added missing N_() markers.
Diffstat (limited to 'mail.remote')
-rw-r--r--mail.remote/mail.remote.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail.remote/mail.remote.c b/mail.remote/mail.remote.c
index a6af6e5b0..0d94304f9 100644
--- a/mail.remote/mail.remote.c
+++ b/mail.remote/mail.remote.c
@@ -72,7 +72,7 @@ N_("GNU mail.remote -- pseudo-sendmail interface for mail delivery\n"
"the data part of the protocol transaction will also be printed to stdout.\n");
static struct argp_option options[] = {
- {"from", 'f', "ADDR", 0, N_("Override the default from address\n")},
+ {"from", 'f', N_("ADDR"), 0, N_("Override the default from address\n")},
{"debug", 'd', NULL, 0, N_("Enable debugging output")},
{ 0, 'o', "OPT", OPTION_HIDDEN, N_("Ignored for sendmail compatibility")},
{0}

Return to:

Send suggestions and report system problems to the System administrator.