/[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.16 by gray, Fri Dec 27 19:31:06 2002 UTC revision 1.17 by gray, Thu Jan 16 13:45:28 2003 UTC
# Line 46  static struct argp_option options[] = { Line 46  static struct argp_option options[] = {
46    
47  /* Traditional MH options */  /* Traditional MH options */
48  struct mh_option mh_option[] = {  struct mh_option mh_option[] = {
49    {"audit",   5,  'a', MH_OPT_ARG, "audit-file" },    {"audit",   5,  NULL, MH_OPT_ARG, "audit-file" },
50    {"noaudit", 3,  'n', 0, },    {"noaudit", 3,  NULL, 0, },
51    {"changecur", 1, 'c',MH_OPT_BOOL},    {"changecur", 1, NULL, MH_OPT_BOOL},
52    {"file",    2, 'i', MH_OPT_ARG, "input-file"},    {"file",    2, NULL, MH_OPT_ARG, "input-file"},
53    {"form",    4, 'F', MH_OPT_ARG, "format-file"},    {"form",    4, NULL, MH_OPT_ARG, "format-file"},
54    {"format",  5, 't', MH_OPT_ARG, "string"},    {"format",  5, NULL, MH_OPT_ARG, "string"},
55    {"truncate", 2, 'T', MH_OPT_BOOL, },    {"truncate", 2, NULL, MH_OPT_BOOL, },
56    {"width",   1,  'w', MH_OPT_ARG, "number"},    {"width",   1,  NULL, MH_OPT_ARG, "number"},
57    {"quiet",   1,  'q', 0, },    {"quiet",   1,  NULL, 0, },
58    { 0 }    { 0 }
59  };  };
60    

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

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