/[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.5 by gray, Sun Jan 26 13:55:01 2003 UTC revision 1.6 by gray, Fri Jan 31 15:02:38 2003 UTC
# Line 29  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")},
32        { "debug",  'D', NULL,     0, N_("Enable parser debugging output"),},
33    { 0 }    { 0 }
34  };  };
35    
# Line 75  opt_handler (int key, char *arg, void *u Line 75  opt_handler (int key, char *arg, void *u
75      case 'd':      case 'd':
76        action = action_dump;        action = action_dump;
77        break;        break;
78    
79        case 'D':
80          mh_format_debug (1);
81          break;
82                
83      default:      default:
84        return 1;        return 1;

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

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