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

Diff of /mailutils/mh/fmtcheck.c

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

revision 1.4 by gray, Thu Jan 16 13:45:28 2003 UTC revision 1.5 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 = "fmtcheck (" PACKAGE_STRING ")";  const char *argp_program_version = "fmtcheck (" PACKAGE_STRING ")";
23  static char doc[] = "GNU MH fmtcheck";  static char doc[] = N_("GNU MH fmtcheck\v"
24    "Use -help to obtain the list of traditional MH options.");
25  static char args_doc[] = "";  static char args_doc[] = "";
26    
27  /* GNU options */  /* GNU options */
# Line 28  static struct argp_option options[] = { Line 29  static struct argp_option options[] = {
29    {"form",    'F', N_("FILE"),   0, N_("Read format from given file")},    {"form",    'F', N_("FILE"),   0, N_("Read format from given file")},
30    {"format",  't', N_("FORMAT"), 0, N_("Use this format string")},    {"format",  't', N_("FORMAT"), 0, N_("Use this format string")},
31    {"dump",    'd', NULL,     0, N_("Dump the listing of compiled format code")},    {"dump",    'd', NULL,     0, N_("Dump the listing of compiled format code")},
   { N_("\nUse -help switch to obtain the list of traditional MH options. "), 0, 0, OPTION_DOC, "" },  
32        
33    { 0 }    { 0 }
34  };  };

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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