summaryrefslogtreecommitdiff
path: root/mh/repl.c
diff options
context:
space:
mode:
Diffstat (limited to 'mh/repl.c')
-rw-r--r--mh/repl.c24
1 files changed, 12 insertions, 12 deletions
diff --git a/mh/repl.c b/mh/repl.c
index 13416a71b..bd2a0b28f 100644
--- a/mh/repl.c
+++ b/mh/repl.c
@@ -34,27 +34,27 @@ static char args_doc[] = N_("[+folder] [msg]");
/* GNU options */
static struct argp_option options[] = {
- {"annotate", 'a', "BOOL", OPTION_ARG_OPTIONAL,
+ {"annotate", 'a', N_("BOOL"), OPTION_ARG_OPTIONAL,
N_("Add Replied: header to the message being replied to")},
- {"draftfolder", 'd', "FOLDER", 0,
+ {"draftfolder", 'd', N_("FOLDER"), 0,
N_("Invoke the draftfolder facility")},
- {"draftmessage" , 'm', "MSG", 0,
+ {"draftmessage" , 'm', N_("MSG"), 0,
N_("Invoke the draftmessage facility")},
{"cc", 'c', "{all|to|cc|me}", 0,
N_("Specify whom to place on the Cc: list of the reply")},
{"nocc", 'n', "{all|to|cc|me}", 0,
N_("Specify whom to remove from the Cc: list of the reply")},
- {"folder", 'f', "FOLDER", 0, N_("Specify folder to operate upon")},
- {"editor", 'e', "PROG", 0, N_("Set the editor program to use")},
+ {"folder", 'f', N_("FOLDER"), 0, N_("Specify folder to operate upon")},
+ {"editor", 'e', N_("PROG"), 0, N_("Set the editor program to use")},
{"noedit", ARG_NOEDIT, 0, 0, N_("Suppress the initial edit")},
- {"fcc", ARG_FCC, "FOLDER", 0, N_("Set the folder to receive Fcc's.")},
- {"filter", ARG_FILTER, "PROG", 0,
+ {"fcc", ARG_FCC, N_("FOLDER"), 0, N_("Set the folder to receive Fcc's.")},
+ {"filter", ARG_FILTER, N_("PROG"), 0,
N_("Set the filter program to preprocess the body of the message being replied")},
- {"form", 'F', "FILE", 0, N_("Read format from given file")},
- {"inplace", ARG_INPLACE, "BOOL", 0, N_("Annotate the message in place")},
- {"query", ARG_QUERY, "BOOL", 0, N_("Query for addresses to place in To: and Cc: lists")},
- {"width", 'w', "NUMBER", 0, N_("Set output width")},
- {"whatnowproc", ARG_WHATNOWPROC, "PROG", 0,
+ {"form", 'F', N_("FILE"), 0, N_("Read format from given file")},
+ {"inplace", ARG_INPLACE, N_("BOOL"), 0, N_("Annotate the message in place")},
+ {"query", ARG_QUERY, N_("BOOL"), 0, N_("Query for addresses to place in To: and Cc: lists")},
+ {"width", 'w', N_("NUMBER"), 0, N_("Set output width")},
+ {"whatnowproc", ARG_WHATNOWPROC, N_("PROG"), 0,
N_("Set the replacement for whatnow program")},
{ N_("\nUse -help switch to obtain the list of traditional MH options. "), 0, 0, OPTION_DOC, "" },
{ 0 }

Return to:

Send suggestions and report system problems to the System administrator.