Corrected args_doc
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[] = { | ... | ... |
-
Please register or sign in to post a comment