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

Diff of /mailutils/mh/mark.c

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

revision 1.5 by gray, Wed Mar 19 14:08:24 2003 UTC revision 1.6 by gray, Sat Mar 29 16:59:48 2003 UTC
# Line 17  Line 17 
17    
18  #include <mh.h>  #include <mh.h>
19    
20  const char *argp_program_version = "mark (" PACKAGE_STRING ")";  const char *program_version = "mark (" PACKAGE_STRING ")";
21  static char doc[] = N_("GNU MH mark\v"  static char doc[] = N_("GNU MH mark\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[] = "[msgs...]";  static char args_doc[] = "[msgs...]";
# Line 193  main (int argc, char **argv) Line 193  main (int argc, char **argv)
193    url_t url;    url_t url;
194        
195    mu_init_nls ();    mu_init_nls ();
196      mu_argp_init (program_version, NULL);
197    mh_argp_parse (argc, argv, 0, options, mh_option, args_doc, doc,    mh_argp_parse (argc, argv, 0, options, mh_option, args_doc, doc,
198                   opt_handler, NULL, &index);                   opt_handler, NULL, &index);
199    

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