From 4e2d5f2ee8fa7db6dcf21eb7bfd843110b8c2027 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Wed, 5 May 2004 11:56:04 +0000 Subject: [PATCH] --utc implies -vv --- src/tar.c | 3 +++ 1 file changed, 3 insertions(+) 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. */ -- 2.45.2