summaryrefslogtreecommitdiff
path: root/mh/repl.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2009-08-25 19:23:12 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2009-08-25 19:23:55 +0300
commit2141acfb58732dab8cdb6ffff18550c0ebf016b5 (patch)
tree0f6668ed42e48d6b8e81498c553c72ce96e16d7f /mh/repl.c
parent8619a1cb3b5a4b84b365571b711cf792e12ab620 (diff)
downloadmailutils-2141acfb58732dab8cdb6ffff18550c0ebf016b5.tar.gz
mailutils-2141acfb58732dab8cdb6ffff18550c0ebf016b5.tar.bz2
Fix help messages.
Option descriptions in `--help' output do not constitute conceptual sentences. Therefore, they should not begin with a capital letter, nor end with a final point. Affected files: comsat/comsat.c, config/mailutils-config.c, dotlock/dotlock.c, frm/frm.c, frm/from.c, guimb/main.c, imap4d/imap4d.c, libmu_argp/auth.c, libmu_argp/common.c, libmu_argp/gsasl.c, libmu_argp/pam.c, libmu_argp/radius.c, libmu_argp/sieve.c, libmu_argp/sql.c, libmu_argp/tls.c, libmu_argp/virtdomain.c, libmu_auth/sql.c, libmu_cfg/sql.c, maidag/maidag.c, maidag/mailquota.c, maidag/mailtmp.c, mail/mail.c, messages/messages.c, mh/ali.c, mh/anno.c, mh/burst.c, mh/comp.c, mh/fmtcheck.c, mh/folder.c, mh/forw.c, mh/inc.c, mh/install-mh.c, mh/mark.c, mh/mh_init.c, mh/mhl.c, mh/mhn.c, mh/mhparam.c, mh/mhpath.c, mh/pick.c, mh/refile.c, mh/repl.c, mh/rmf.c, mh/rmm.c, mh/scan.c, mh/send.c, mh/sortm.c, mh/whatnow.c, mh/whom.c, mimeview/mimeview.c, movemail/movemail.c, pop3d/pop3d.c, pop3d/popauth.c, readmsg/readmsg.c, sieve/sieve.c
Diffstat (limited to 'mh/repl.c')
-rw-r--r--mh/repl.c44
1 files changed, 22 insertions, 22 deletions
diff --git a/mh/repl.c b/mh/repl.c
index c97268465..e501fef64 100644
--- a/mh/repl.c
+++ b/mh/repl.c
@@ -34,42 +34,42 @@ static char args_doc[] = N_("[+folder] [msg]");
/* GNU options */
static struct argp_option options[] = {
{"annotate", ARG_ANNOTATE, N_("BOOL"), OPTION_ARG_OPTIONAL,
- N_("Add Replied: header to the message being replied to")},
+ N_("add Replied: header to the message being replied to")},
{"build", ARG_BUILD, 0, 0,
- N_("Build the draft and quit immediately.")},
+ N_("build the draft and quit immediately")},
{"draftfolder", ARG_DRAFTFOLDER, N_("FOLDER"), 0,
- N_("Specify the folder for message drafts")},
+ N_("specify the folder for message drafts")},
{"nodraftfolder", ARG_NODRAFTFOLDER, 0, 0,
- N_("Undo the effect of the last --draftfolder option")},
+ N_("undo the effect of the last --draftfolder option")},
{"draftmessage" , ARG_DRAFTMESSAGE, N_("MSG"), 0,
- N_("Invoke the draftmessage facility")},
+ N_("invoke the draftmessage facility")},
{"cc", ARG_CC, "{all|to|cc|me}", 0,
- N_("Specify whom to place on the Cc: list of the reply")},
+ N_("specify whom to place on the Cc: list of the reply")},
{"nocc", ARG_NOCC, "{all|to|cc|me}", 0,
- N_("Specify whom to remove from the Cc: list of the reply")},
- {"folder", ARG_FOLDER, N_("FOLDER"), 0, N_("Specify folder to operate upon")},
+ N_("specify whom to remove from the Cc: list of the reply")},
+ {"folder", ARG_FOLDER, N_("FOLDER"), 0, N_("specify folder to operate upon")},
{"group", ARG_GROUP, N_("BOOL"), OPTION_ARG_OPTIONAL,
- N_("Construct a group or followup reply") },
- {"editor", ARG_EDITOR, N_("PROG"), 0, N_("Set the editor program to use")},
- {"noedit", ARG_NOEDIT, 0, 0, N_("Suppress the initial edit")},
- {"fcc", ARG_FCC, N_("FOLDER"), 0, N_("Set the folder to receive Fcc's")},
+ N_("construct a group or followup reply") },
+ {"editor", ARG_EDITOR, N_("PROG"), 0, N_("set the editor program to use")},
+ {"noedit", ARG_NOEDIT, 0, 0, N_("suppress the initial edit")},
+ {"fcc", ARG_FCC, N_("FOLDER"), 0, N_("set the folder to receive Fcc's")},
{"filter", ARG_FILTER, N_("MHL-FILTER"), 0,
- 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")},
+ 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 using either the default filter \"mhl.reply\", or 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")},
+ N_("* annotate the message in place")},
{"query", ARG_QUERY, N_("BOOL"), OPTION_ARG_OPTIONAL,
- N_("Query for addresses to place in To: and Cc: lists")},
- {"width", ARG_WIDTH, N_("NUMBER"), 0, N_("Set output width")},
+ N_("query for addresses to place in To: and Cc: lists")},
+ {"width", ARG_WIDTH, N_("NUMBER"), 0, N_("set output width")},
{"whatnowproc", ARG_WHATNOWPROC, N_("PROG"), 0,
- N_("* Set the replacement for whatnow program")},
+ N_("* set the replacement for whatnow program")},
{"nowhatnowproc", ARG_NOWHATNOWPROC, NULL, 0,
- N_("* Ignore whatnowproc variable. Use standard `whatnow' shell instead.")},
- {"use", ARG_USE, N_("BOOL"), OPTION_ARG_OPTIONAL, N_("Use draft file preserved after the last session") },
+ N_("* ignore whatnowproc variable; use standard `whatnow' shell instead")},
+ {"use", ARG_USE, N_("BOOL"), OPTION_ARG_OPTIONAL, N_("use draft file preserved after the last session") },
{"license", ARG_LICENSE, 0, 0,
- N_("Display software license"), -1},
+ N_("display software license"), -1},
{ 0 }
};

Return to:

Send suggestions and report system problems to the System administrator.