Commit 3f005d24 3f005d24199330fba7455a1b18cf10afe1d65502 by Sergey Poznyakoff

Corrected args_doc

1 parent dd22e0b8
Showing 1 changed file with 1 additions and 1 deletions
......@@ -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[] = {
......