浏览代码

--utc implies -vv

Sergey Poznyakoff 21 年之前
父节点
当前提交
4e2d5f2ee8
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/tar.c

+ 3 - 0
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.  */