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

Diff of /mailutils/mh/mhl.c

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

revision 1.5 by gray, Sat Mar 15 23:24:36 2003 UTC revision 1.6 by gray, Wed Mar 19 14:08:24 2003 UTC
# Line 46  static struct argp_option options[] = { Line 46  static struct argp_option options[] = {
46     N_("Use given PROG instead of the default") },     N_("Use given PROG instead of the default") },
47    {"nomoreproc", ARG_NOMOREPROC, NULL, 0,    {"nomoreproc", ARG_NOMOREPROC, NULL, 0,
48     N_("Disable use of moreproc program") },     N_("Disable use of moreproc program") },
49      {"license", ARG_LICENSE, 0,      0,
50       N_("Display software license"), -1},
51    { NULL }    { NULL }
52  };  };
53        
# Line 129  opt_handler (int key, char *arg, void *u Line 131  opt_handler (int key, char *arg, void *u
131        nomoreproc = 1;        nomoreproc = 1;
132        break;        break;
133                
134        case ARG_LICENSE:
135          mh_license (argp_program_version);
136          break;
137    
138      default:      default:
139        return 1;        return 1;
140      }      }

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