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

Diff of /mailutils/mh/scan.c

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

revision 1.23 by gray, Wed Mar 19 14:08:24 2003 UTC revision 1.24 by gray, Sat Mar 29 17:08:15 2003 UTC
# Line 26  Line 26 
26  #include <time.h>  #include <time.h>
27  #include <mailutils/observer.h>  #include <mailutils/observer.h>
28    
29  const char *argp_program_version = "scan (" PACKAGE_STRING ")";  const char *program_version = "scan (" PACKAGE_STRING ")";
30  static char doc[] = N_("GNU MH scan\v"  static char doc[] = N_("GNU MH scan\v"
31  "Use -help to obtain the list of traditional MH options.");  "Use -help to obtain the list of traditional MH options.");
32  static char args_doc[] = N_("[+folder] [msgs]");  static char args_doc[] = N_("[+folder] [msgs]");
# 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, &index);                   opt_handler, NULL, &index);
181    

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

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