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 @@ ...@@ -21,7 +21,7 @@
21 21
22 const char *argp_program_version = "rmm (" PACKAGE_STRING ")"; 22 const char *argp_program_version = "rmm (" PACKAGE_STRING ")";
23 static char doc[] = "GNU MH rmm"; 23 static char doc[] = "GNU MH rmm";
24 static char args_doc[] = "[messages]"; 24 static char args_doc[] = "[+folder][messages]";
25 25
26 /* GNU options */ 26 /* GNU options */
27 static struct argp_option options[] = { 27 static struct argp_option options[] = {
......