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

Diff of /mailutils/mh/mhpath.c

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

revision 1.9 by gray, Thu Feb 20 14:00:34 2003 UTC revision 1.10 by gray, Wed Mar 19 14:08:24 2003 UTC
# Line 28  static char args_doc[] = N_("[+folder] [ Line 28  static char args_doc[] = N_("[+folder] [
28  static struct argp_option options[] = {  static struct argp_option options[] = {
29    {"folder",  ARG_FOLDER, N_("FOLDER"), 0,    {"folder",  ARG_FOLDER, N_("FOLDER"), 0,
30     N_("Specify folder to operate upon")},     N_("Specify folder to operate upon")},
31      {"license", ARG_LICENSE, 0,      0,
32       N_("Display software license"), -1},
33    { 0 }    { 0 }
34  };  };
35    
# Line 45  opt_handler (int key, char *arg, void *u Line 47  opt_handler (int key, char *arg, void *u
47        current_folder = arg;        current_folder = arg;
48        break;        break;
49                
50        case ARG_LICENSE:
51          mh_license (argp_program_version);
52          break;
53    
54      default:      default:
55        return 1;        return 1;
56      }      }

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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