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

Diff of /mailutils/mh/inc.c

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

revision 1.26 by gray, Wed Mar 19 14:08:24 2003 UTC revision 1.27 by gray, Sat Mar 29 16:59:48 2003 UTC
# Line 19  Line 19 
19    
20  #include <mh.h>  #include <mh.h>
21    
22  const char *argp_program_version = "inc (" PACKAGE_STRING ")";  const char *program_version = "inc (" PACKAGE_STRING ")";
23  static char doc[] = N_("GNU MH inc\v"  static char doc[] = N_("GNU MH inc\v"
24  "Use -help to obtain the list of traditional MH options.");  "Use -help to obtain the list of traditional MH options.");
25  static char args_doc[] = N_("[+folder]");  static char args_doc[] = N_("[+folder]");
# Line 175  main (int argc, char **argv) Line 175  main (int argc, char **argv)
175    /* Native Language Support */    /* Native Language Support */
176    mu_init_nls ();    mu_init_nls ();
177    
178      mu_argp_init (program_version, NULL);
179    mh_argp_parse (argc, argv, 0, options, mh_option, args_doc, doc,    mh_argp_parse (argc, argv, 0, options, mh_option, args_doc, doc,
180                   opt_handler, NULL, NULL);                   opt_handler, NULL, NULL);
181    

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

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