summaryrefslogtreecommitdiff
path: root/readmsg/readmsg.c
diff options
context:
space:
mode:
Diffstat (limited to 'readmsg/readmsg.c')
-rw-r--r--readmsg/readmsg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/readmsg/readmsg.c b/readmsg/readmsg.c
index 6237cafa0..9de23d813 100644
--- a/readmsg/readmsg.c
+++ b/readmsg/readmsg.c
@@ -37,9 +37,9 @@ static struct argp_option options[] =
{
{ "debug", 'd', 0, 0, N_("Display debugging information"), 1 },
{ "header", 'h', 0, 0, N_("Display entire header"), 1 },
- { "weedlist", 'w', "LIST", 0,
+ { "weedlist", 'w', N_("LIST"), 0,
N_("List of header names separated by whitespace or commas"), 1 },
- { "folder", 'f', "FOLDER", 0, N_("Folder to use"), 1 },
+ { "folder", 'f', N_("FOLDER"), 0, N_("Folder to use"), 1 },
{ "no-header", 'n', 0, 0, N_("Exclude all headers"), 1 },
{ "form-feeds", 'p', 0, 0, N_("Output formfeeds between messages"), 1 },
{ "show-all-match", 'a', NULL, 0,

Return to:

Send suggestions and report system problems to the System administrator.