summaryrefslogtreecommitdiff
path: root/guimb
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 /guimb
parentd7fe456f61e86d8bfeffb6a4557ddb7512326d1c (diff)
downloadmailutils-f767ae4103253efd31b6c2da01aca696402f8f46.tar.gz
mailutils-f767ae4103253efd31b6c2da01aca696402f8f46.tar.bz2
Added missing N_() markers.
Diffstat (limited to 'guimb')
-rw-r--r--guimb/main.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/guimb/main.c b/guimb/main.c
index a046e612e..2439ddaf9 100644
--- a/guimb/main.c
+++ b/guimb/main.c
@@ -53,20 +53,20 @@ static struct argp_option options[] = {
{NULL, 0, NULL, 0,
N_("The following switches stop argument processing, and pass all\n"
"remaining arguments as the value of (command-line):"), 1},
- {"code", 'c', "EXPR", 0, N_("Execute given scheme expression."), 1},
- {"source", 's', "PROGFILE", 0,
+ {"code", 'c', N_("EXPR"), 0, N_("Execute given scheme expression."), 1},
+ {"source", 's', N_("PROGFILE"), 0,
N_("Load Scheme source code from PROGFILE, and exit"), 1},
{NULL, 0, NULL, 0,
N_("The following options do not change the order of options parsing:"), 2},
- {"expression", 'e', "EXPR", 0, N_("Execute given scheme expression."), 2},
- {"file", 'f', "PROGFILE", 0,
+ {"expression", 'e', N_("EXPR"), 0, N_("Execute given scheme expression."), 2},
+ {"file", 'f', N_("PROGFILE"), 0,
N_("Load Scheme source code from PROGFILE, and exit"), 2},
{NULL, 0, NULL, 0, N_("Other options:"), 3},
{"debug", 'd', NULL, 0, N_("Start with debugging evaluator and backtraces."), 3},
- {"guile-arg", 'g', "ARG", 0,
+ {"guile-arg", 'g', N_("ARG"), 0,
N_("Append ARG to the command line passed to Guile"), 3},
- {"mailbox", 'M', "NAME", 0, N_("Set default mailbox name"), 3},
- {"user", 'u', "NAME", OPTION_ARG_OPTIONAL,
+ {"mailbox", 'M', N_("NAME"), 0, N_("Set default mailbox name"), 3},
+ {"user", 'u', N_("NAME"), OPTION_ARG_OPTIONAL,
N_("Act as local MDA for user NAME"), 3},
{0, 0, 0, 0}
};

Return to:

Send suggestions and report system problems to the System administrator.