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

Diff of /mailutils/mh/whom.c

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

revision 1.3 by gray, Tue Mar 25 22:12:09 2003 UTC revision 1.4 by gray, Sat Mar 29 17:09:54 2003 UTC
# Line 17  Line 17 
17    
18  #include <mh.h>  #include <mh.h>
19    
20  const char *argp_program_version = "whom (" PACKAGE_STRING ")";  const char *program_version = "whom (" PACKAGE_STRING ")";
21  static char doc[] = N_("GNU MH whom\v"  static char doc[] = N_("GNU MH whom\v"
22  "Use -help to obtain the list of traditional MH options.");  "Use -help to obtain the list of traditional MH options.");
23  static char args_doc[] = "[file]";  static char args_doc[] = "[file]";
# Line 111  main (int argc, char **argv) Line 111  main (int argc, char **argv)
111        
112    mu_init_nls ();    mu_init_nls ();
113        
114      mu_argp_init (program_version, NULL);
115    mh_argp_parse (argc, argv, 0, options, mh_option, args_doc, doc,    mh_argp_parse (argc, argv, 0, options, mh_option, args_doc, doc,
116                   opt_handler, NULL, &index);                   opt_handler, NULL, &index);
117    

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

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