summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2003-10-06 13:11:42 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2003-10-06 13:11:42 +0000
commitc7c3363bb5358579edcf6fe59d17370c7a761490 (patch)
treed09a1eeac88fab865a76d0966efe97a1e3e2ef5a
parent0c81995234b9467192aae61b7c4a71792c24e9ee (diff)
downloadmailutils-c7c3363bb5358579edcf6fe59d17370c7a761490.tar.gz
mailutils-c7c3363bb5358579edcf6fe59d17370c7a761490.tar.bz2
Minor fix in the help string.
-rw-r--r--mailbox/mailutils-config.c2
-rw-r--r--mh/repl.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/mailbox/mailutils-config.c b/mailbox/mailutils-config.c
index 2c9f113d5..33e28c8ea 100644
--- a/mailbox/mailutils-config.c
+++ b/mailbox/mailutils-config.c
@@ -29,7 +29,7 @@ static char args_doc[] = N_("[arg...]");
static struct argp_option options[] = {
{"compile", 'c', NULL, 0, N_("print C compiler flags to compile with"), 0},
{"link", 'l', NULL, 0,
- N_("print libraries to link with. Possible arguments are: auth, guile, all,"
+ N_("print libraries to link with. Possible arguments are: auth, guile, all, "
"mbox, mh, maildir, imap, pop"), 0},
{"info", 'i', NULL, 0,
N_("print a list of configuration options used to build mailutils. If arguments "
diff --git a/mh/repl.c b/mh/repl.c
index 8765e5ea9..f9cb13ba3 100644
--- a/mh/repl.c
+++ b/mh/repl.c
@@ -54,7 +54,7 @@ static struct argp_option options[] = {
N_("Set the mhl filter to preprocess the body of the message being replied")},
{"form", ARG_FORM, N_("FILE"), 0, N_("Read format from given file")},
{"format", ARG_FORMAT, N_("BOOL"), OPTION_ARG_OPTIONAL,
- N_("Include a copy of the message being replied. The message will be processed either using the default filter \"mhl.reply\", or using the filter specified by --filter option.") },
+ N_("Include a copy of the message being replied. The message will be processed using either the default filter \"mhl.reply\", or the filter specified by --filter option.") },
{"inplace", ARG_INPLACE, N_("BOOL"), OPTION_ARG_OPTIONAL,
N_("* Annotate the message in place")},
{"query", ARG_QUERY, N_("BOOL"), OPTION_ARG_OPTIONAL,

Return to:

Send suggestions and report system problems to the System administrator.