summaryrefslogtreecommitdiff
path: root/mh/repl.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2010-11-15 13:19:09 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2010-11-15 14:02:16 +0200
commit7a9a5c138a9d226632a4b8c2fa16e4ba22c42697 (patch)
tree4b82a25ae962aaa2ea7be688b3f65d82bc9b4f77 /mh/repl.c
parent7717d6fab8dd9168864990714574a82aa85f7229 (diff)
downloadmailutils-7a9a5c138a9d226632a4b8c2fa16e4ba22c42697.tar.gz
mailutils-7a9a5c138a9d226632a4b8c2fa16e4ba22c42697.tar.bz2
mh: improve GNU option parser and help output.
* mh/mh_argp.c (mh_argp_children): Set group number -2, to place help output between the application help and informational options. * mh/mhn.c (options): Regroup options, * mh/pick.c: Likewise. * mh/ali.c: Reword arg docs. * mh/anno.c: Likewise. * mh/burst.c: Likewise. * mh/comp.c: Likewise. * mh/fmtcheck.c: Likewise. * mh/folder.c: Likewise. * mh/forw.c: Likewise. * mh/inc.c: Likewise. * mh/install-mh.c: Likewise. * mh/mark.c: Likewise. * mh/mh_argp.c: Likewise. * mh/mhl.c: Likewise. * mh/mhn.c: Likewise. * mh/mhparam.c: Likewise. * mh/mhpath.c: Likewise. * mh/pick.c: Likewise. * mh/refile.c: Likewise. * mh/repl.c: Likewise. * mh/rmf.c: Likewise. * mh/rmm.c: Likewise. * mh/scan.c: Likewise. * mh/send.c: Likewise. * mh/sortm.c: Likewise. * mh/whom.c: Likewise.
Diffstat (limited to 'mh/repl.c')
-rw-r--r--mh/repl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mh/repl.c b/mh/repl.c
index 6a8ea4479..6a9d4963b 100644
--- a/mh/repl.c
+++ b/mh/repl.c
@@ -25,7 +25,7 @@
static char doc[] = N_("GNU MH repl")"\v"
N_("Options marked with `*' are not yet implemented.\n\
Use -help to obtain the list of traditional MH options.");
-static char args_doc[] = N_("[+folder] [msg]");
+static char args_doc[] = N_("[+FOLDER] [MESSAGE]");
/* GNU options */

Return to:

Send suggestions and report system problems to the System administrator.