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

Diff of /mailutils/mh/comp.c

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

revision 1.2 by gray, Wed Jan 22 21:44:15 2003 UTC revision 1.3 by gray, Sun Jan 26 13:55:01 2003 UTC
# Line 22  Line 22 
22  #include <sys/stat.h>  #include <sys/stat.h>
23    
24  const char *argp_program_version = "comp (" PACKAGE_STRING ")";  const char *argp_program_version = "comp (" PACKAGE_STRING ")";
25  static char doc[] = "GNU MH comp";  static char doc[] = N_("GNU MH comp\v"
26    "Use -help to obtain the list of traditional MH options.");
27  static char args_doc[] = "[msg]";  static char args_doc[] = "[msg]";
28    
29  #define ARG_NOEDIT      1  #define ARG_NOEDIT      1
# Line 49  static struct argp_option options[] = { Line 50  static struct argp_option options[] = {
50    {"whatnowproc", ARG_WHATNOWPROC, N_("PROG"), 0,    {"whatnowproc", ARG_WHATNOWPROC, N_("PROG"), 0,
51     N_("Set the replacement for whatnow program")},     N_("Set the replacement for whatnow program")},
52    {"use", 'u', N_("BOOL"), OPTION_ARG_OPTIONAL, N_("Use draft file preserved after the last session") },    {"use", 'u', N_("BOOL"), OPTION_ARG_OPTIONAL, N_("Use draft file preserved after the last session") },
   { N_("\nUse -help switch to obtain the list of traditional MH options. "), 0, 0, OPTION_DOC, "" },  
53    { 0 }    { 0 }
54  };  };
55    

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