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

Diff of /mailutils/mh/mhn.c

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

revision 1.4 by gray, Wed Mar 19 12:53:21 2003 UTC revision 1.5 by gray, Wed Mar 19 14:08:24 2003 UTC
# Line 82  static struct argp_option options[] = { Line 82  static struct argp_option options[] = {
82    {"noverbose",     ARG_NOVERBOSE,   NULL, OPTION_HIDDEN, "", 41 },    {"noverbose",     ARG_NOVERBOSE,   NULL, OPTION_HIDDEN, "", 41 },
83    {"quiet",         ARG_QUIET, 0, 0,    {"quiet",         ARG_QUIET, 0, 0,
84     N_("Be quiet")},     N_("Be quiet")},
85      {"license", ARG_LICENSE, 0,      0,
86       N_("Display software license"), -1},
87    {NULL}    {NULL}
88  };  };
89    
# Line 388  opt_handler (int key, char *arg, void *u Line 390  opt_handler (int key, char *arg, void *u
390        mode_options |= OPT_QUIET;        mode_options |= OPT_QUIET;
391        break;        break;
392                    
393        case ARG_LICENSE:
394          mh_license (argp_program_version);
395          break;
396    
397      default:      default:
398        return 1;        return 1;
399      }      }

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