summaryrefslogtreecommitdiff
path: root/mh
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2002-09-23 07:56:24 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2002-09-23 07:56:24 +0000
commit3f005d24199330fba7455a1b18cf10afe1d65502 (patch)
tree175b96cbd4cd18f746d53a35c68115d9201d5030 /mh
parentdd22e0b891592f14bb1ca2ea179eb8f578a3d0fd (diff)
downloadmailutils-3f005d24199330fba7455a1b18cf10afe1d65502.tar.gz
mailutils-3f005d24199330fba7455a1b18cf10afe1d65502.tar.bz2
Corrected args_doc
Diffstat (limited to 'mh')
-rw-r--r--mh/rmm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mh/rmm.c b/mh/rmm.c
index 015ce850c..2c83d39e8 100644
--- a/mh/rmm.c
+++ b/mh/rmm.c
@@ -21,7 +21,7 @@
const char *argp_program_version = "rmm (" PACKAGE_STRING ")";
static char doc[] = "GNU MH rmm";
-static char args_doc[] = "[messages]";
+static char args_doc[] = "[+folder][messages]";
/* GNU options */
static struct argp_option options[] = {

Return to:

Send suggestions and report system problems to the System administrator.