/[tar]/tar/src/tar.c
ViewVC logotype

Diff of /tar/src/tar.c

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

revision 1.75 by gray, Mon Nov 17 07:38:38 2003 UTC revision 1.76 by gray, Mon Dec 1 21:20:47 2003 UTC
# Line 481  Local file selection:\n\ Line 481  Local file selection:\n\
481               stdout);               stdout);
482  #if !MSDOS  #if !MSDOS
483        fputs (_("\        fputs (_("\
484    -N, --newer=DATE             only store files newer than DATE\n\    -N, --newer=DATE-OR-FILE     only store files newer than DATE-OR-FILE\n\
485        --newer-mtime=DATE       compare date and time when data changed only\n\        --newer-mtime=DATE       compare date and time when data changed only\n\
486        --after-date=DATE        same as -N\n"),        --after-date=DATE        same as -N\n"),
487               stdout);               stdout);
# Line 1286  see the file named COPYING for details." Line 1286  see the file named COPYING for details."
1286        || multi_volume_option        || multi_volume_option
1287        || sparse_option)        || sparse_option)
1288      assert_format (FORMAT_MASK (OLDGNU_FORMAT)      assert_format (FORMAT_MASK (OLDGNU_FORMAT)
1289                     | FORMAT_MASK (GNU_FORMAT));                     | FORMAT_MASK (GNU_FORMAT)
1290                       | FORMAT_MASK (POSIX_FORMAT));
1291        
1292    if (occurrence_option)    if (occurrence_option)
1293      {      {

Legend:
Removed from v.1.75  
changed lines
  Added in v.1.76

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