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

Diff of /mailutils/mh/refile.c

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

revision 1.20 by gray, Sat Feb 22 22:27:21 2003 UTC revision 1.21 by gray, Wed Mar 19 14:08:24 2003 UTC
# Line 45  static struct argp_option options[] = { Line 45  static struct argp_option options[] = {
45     N_("Specify source folder. FOLDER will become the current folder after the program exits.")},     N_("Specify source folder. FOLDER will become the current folder after the program exits.")},
46    {"src", 0, NULL, OPTION_ALIAS, NULL},    {"src", 0, NULL, OPTION_ALIAS, NULL},
47    {"file", ARG_FILE, N_("FILE"), 0, N_("Use FILE as the source message")},    {"file", ARG_FILE, N_("FILE"), 0, N_("Use FILE as the source message")},
48      {"license", ARG_LICENSE, 0,      0,
49       N_("Display software license"), -1},
50    { 0 }    { 0 }
51  };  };
52    
# Line 174  opt_handler (int key, char *arg, void *u Line 176  opt_handler (int key, char *arg, void *u
176        source_file = arg;        source_file = arg;
177        break;        break;
178                
179        case ARG_LICENSE:
180          mh_license (argp_program_version);
181          break;
182    
183      default:      default:
184        return 1;        return 1;
185      }      }

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

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