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

Diff of /mailutils/mh/inc.c

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

revision 1.18 by gray, Wed Jan 22 21:44:15 2003 UTC revision 1.19 by gray, Sun Jan 26 13:55:01 2003 UTC
# Line 20  Line 20 
20  #include <mh.h>  #include <mh.h>
21    
22  const char *argp_program_version = "inc (" PACKAGE_STRING ")";  const char *argp_program_version = "inc (" PACKAGE_STRING ")";
23  static char doc[] = "GNU MH inc";  static char doc[] = N_("GNU MH inc\v"
24    "Use -help to obtain the list of traditional MH options.");
25  static char args_doc[] = N_("[+folder]");  static char args_doc[] = N_("[+folder]");
26    
27  /* GNU options */  /* GNU options */
# Line 38  static struct argp_option options[] = { Line 39  static struct argp_option options[] = {
39    {"width",   'w', N_("NUMBER"), 0, N_("Set output width")},    {"width",   'w', N_("NUMBER"), 0, N_("Set output width")},
40    {"quiet",   'q', 0,        0, N_("Be quiet")},    {"quiet",   'q', 0,        0, N_("Be quiet")},
41    {"license", 'l', 0,        0, N_("Display software license"), -1},    {"license", 'l', 0,        0, N_("Display software license"), -1},
   
   { N_("\nUse -help switch to obtain the list of traditional MH options. "), 0, 0, OPTION_DOC, "" },  
     
42    { 0 }    { 0 }
43  };  };
44    

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

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