/[mailutils]/mailutils/mh/rmm.c
ViewVC logotype

Diff of /mailutils/mh/rmm.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by gray, Fri Dec 27 19:31:06 2002 UTC revision 1.8 by gray, Sun Jan 26 14:00:41 2003 UTC
# Line 20  Line 20 
20  #include <mh.h>  #include <mh.h>
21    
22  const char *argp_program_version = "rmm (" PACKAGE_STRING ")";  const char *argp_program_version = "rmm (" PACKAGE_STRING ")";
23  static char doc[] = "GNU MH rmm";  static char doc[] = N_("GNU MH rmm\v"
24    "Use -help to obtain the list of traditional MH options.");
25  static char args_doc[] = N_("[+folder] [msgs]");  static char args_doc[] = N_("[+folder] [msgs]");
26    
27  /* GNU options */  /* GNU options */
28  static struct argp_option options[] = {  static struct argp_option options[] = {
29    {"folder",  'f', N_("FOLDER"), 0, N_("Specify folder to operate upon")},    {"folder",  'f', N_("FOLDER"), 0, N_("Specify folder to operate upon")},
   { N_("\nUse -help switch to obtain the list of traditional MH options. "),  
    0, 0, OPTION_DOC, "" },  
30    { 0 }    { 0 }
31  };  };
32    

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26