[BACK]Return to options.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / bin / pax

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/bin/pax/options.c between version 1.59 and 1.60

version 1.59, 2003/01/15 21:56:46 version 1.60, 2003/01/19 01:13:46
Line 735  struct option tar_longopts[] = {
Line 735  struct option tar_longopts[] = {
                                                 OPT_IGNORE_FAILED_READ },                                                  OPT_IGNORE_FAILED_READ },
         { "keep-old-files",     no_argument,            0,      'k' },          { "keep-old-files",     no_argument,            0,      'k' },
         { "starting-file",      no_argument,            0,      'K' },          { "starting-file",      no_argument,            0,      'K' },
         /* XXX: Conflicts with current -L */  
         { "tape-length",        required_argument,      0,      'L' },          { "tape-length",        required_argument,      0,      'L' },
         { "multi-volume",       no_argument,            0,      'M' },          { "multi-volume",       no_argument,            0,      'M' },
         { "after-date",         required_argument,      0,      'N' },          { "after-date",         required_argument,      0,      'N' },

Legend:
Removed from v.1.59  
changed lines
  Added in v.1.60

CVSweb <webmaster@jp.NetBSD.org>