From: Sergey Poznyakoff Date: Wed, 5 May 2004 11:56:04 +0000 (+0000) Subject: --utc implies -vv X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=4e2d5f2ee8fa7db6dcf21eb7bfd843110b8c2027;p=chaz%2Ftar --utc implies -vv --- diff --git a/src/tar.c b/src/tar.c index 4df7eaa..ad42c31 100644 --- a/src/tar.c +++ b/src/tar.c @@ -1412,6 +1412,9 @@ see the file named COPYING for details.")); if (recursive_unlink_option) old_files_option = UNLINK_FIRST_OLD_FILES; + if (utc_option) + verbose_option = 2; + /* Forbid using -c with no input files whatsoever. Check that `-f -', explicit or implied, is used correctly. */