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

Diff of /mailutils/mh/sortm.c

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

revision 1.2 by gray, Wed Mar 19 14:08:24 2003 UTC revision 1.3 by gray, Sat Mar 29 17:08:15 2003 UTC
# Line 22  Line 22 
22  #include <unistd.h>  #include <unistd.h>
23  #include <signal.h>  #include <signal.h>
24    
25  const char *argp_program_version = "sortm (" PACKAGE_STRING ")";  const char *program_version = "sortm (" PACKAGE_STRING ")";
26  static char doc[] = N_("GNU MH sortm\v"  static char doc[] = N_("GNU MH sortm\v"
27  "Use -help to obtain the list of traditional MH options.");  "Use -help to obtain the list of traditional MH options.");
28  static char args_doc[] = N_("[msgs]");  static char args_doc[] = N_("[msgs]");
# Line 545  main (int argc, char **argv) Line 545  main (int argc, char **argv)
545    url_t url;    url_t url;
546        
547    mu_init_nls ();    mu_init_nls ();
548      mu_argp_init (program_version, NULL);
549    mh_argp_parse (argc, argv, 0, options, mh_option,    mh_argp_parse (argc, argv, 0, options, mh_option,
550                   args_doc, doc, opt_handler, NULL, &index);                   args_doc, doc, opt_handler, NULL, &index);
551    if (!oplist)    if (!oplist)

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

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