From f193c4c04a7d038085bbe7717477b143feeab913 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Mon, 1 Dec 2003 21:20:47 +0000 Subject: [PATCH] (usage): Cleaned up the sample argument to --newer option. (decode_options): Allow --sparse for POSIX_FORMAT archives. --- src/tar.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/tar.c b/src/tar.c index 33616d0..a2ee37b 100644 --- a/src/tar.c +++ b/src/tar.c @@ -481,7 +481,7 @@ Local file selection:\n\ stdout); #if !MSDOS fputs (_("\ - -N, --newer=DATE only store files newer than DATE\n\ + -N, --newer=DATE-OR-FILE only store files newer than DATE-OR-FILE\n\ --newer-mtime=DATE compare date and time when data changed only\n\ --after-date=DATE same as -N\n"), stdout); @@ -1286,7 +1286,8 @@ see the file named COPYING for details.")); || multi_volume_option || sparse_option) assert_format (FORMAT_MASK (OLDGNU_FORMAT) - | FORMAT_MASK (GNU_FORMAT)); + | FORMAT_MASK (GNU_FORMAT) + | FORMAT_MASK (POSIX_FORMAT)); if (occurrence_option) { -- 2.44.0