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

Diff of /mailutils/mh/pick.c

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

revision 1.5 by gray, Sat Mar 22 13:34:47 2003 UTC revision 1.6 by gray, Sat Mar 29 17:08:14 2003 UTC
# Line 25  Line 25 
25  #define obstack_chunk_free free  #define obstack_chunk_free free
26  #include <obstack.h>  #include <obstack.h>
27    
28  const char *argp_program_version = "pick (" PACKAGE_STRING ")";  const char *program_version = "pick (" PACKAGE_STRING ")";
29  static char doc[] = N_("GNU MH pick\v"  static char doc[] = N_("GNU MH pick\v"
30  "Options marked with `*' are not yet implemented.\n"  "Options marked with `*' are not yet implemented.\n"
31  "Use -help to obtain the list of traditional MH options.");  "Use -help to obtain the list of traditional MH options.");
# Line 347  main (int argc, char **argv) Line 347  main (int argc, char **argv)
347    
348    flags = isatty (0) ? 0 : ARGP_NO_ERRS;    flags = isatty (0) ? 0 : ARGP_NO_ERRS;
349    mu_init_nls ();    mu_init_nls ();
350      mu_argp_init (program_version, NULL);
351    mh_argp_parse (argc, argv, flags, options, mh_option,    mh_argp_parse (argc, argv, flags, options, mh_option,
352                   args_doc, doc, opt_handler, NULL, &index);                   args_doc, doc, opt_handler, NULL, &index);
353    if (pick_parse (lexlist))    if (pick_parse (lexlist))

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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