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

Diff of /mailutils/mh/anno.c

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

revision 1.4 by gray, Thu Feb 20 14:00:34 2003 UTC revision 1.5 by gray, Wed Mar 19 14:08:24 2003 UTC
# Line 39  static struct argp_option options[] = { Line 39  static struct argp_option options[] = {
39     N_("Add this FIELD to the message header") },     N_("Add this FIELD to the message header") },
40    {"text", ARG_TEXT, N_("STRING"), 0,    {"text", ARG_TEXT, N_("STRING"), 0,
41     N_("Field value for the component") },     N_("Field value for the component") },
42      {"license", ARG_LICENSE, 0,      0,
43       N_("Display software license"), -1},
44    { NULL }    { NULL }
45  };  };
46    
# Line 88  opt_handler (int key, char *arg, void *u Line 90  opt_handler (int key, char *arg, void *u
90        anno_text = arg;        anno_text = arg;
91        break;        break;
92    
93        case ARG_LICENSE:
94          mh_license (argp_program_version);
95          break;
96    
97      default:      default:
98        return 1;        return 1;
99      }      }

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