[tar] add missing --full-time option to manpage

Ondrej Vasik ovasik at fedoraproject.org
Thu Nov 29 17:53:49 UTC 2012


commit b4688f362e453d14129113a7d1b99393e5e63abb
Author: Ondřej Vašík <ovasik at redhat.com>
Date:   Thu Nov 29 18:53:44 2012 +0100

    add missing --full-time option to manpage

 tar.1    |    3 +++
 tar.spec |    5 ++++-
 2 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/tar.1 b/tar.1
index cc536c9..70336df 100644
--- a/tar.1
+++ b/tar.1
@@ -497,6 +497,9 @@ display progress messages every NUMBERth record
 \fB\-\-checkpoint\-action\fR=\fIACTION\fR
 execute ACTION on each checkpoint
 .TP
+\fB\-\-full-time
+print file time to its full resolution
+.TP
 \fB\-\-index\-file\fR=\fIFILE\fR
 send verbose output to FILE
 .TP
diff --git a/tar.spec b/tar.spec
index 984b880..ad4ff75 100644
--- a/tar.spec
+++ b/tar.spec
@@ -5,7 +5,7 @@ Summary: A GNU file archiving program
 Name: tar
 Epoch: 2
 Version: 1.26
-Release: 14%{?dist}
+Release: 15%{?dist}
 License: GPLv3+
 Group: Applications/Archiving
 URL: http://www.gnu.org/software/tar/
@@ -139,6 +139,9 @@ fi
 %{_infodir}/tar.info*
 
 %changelog
+* Thu Nov 29 2012 Ondrej Vasik <ovasik at redhat.com> - 2:1.26-15
+- add missing --full-time option to manpage
+
 * Thu Oct 18 2012 Pavel Raiskup <praiskup at redhat.com> - 2:1.26-14
 - fix bad behaviour of --keep-old-files and add --skip-old-files option
   (#799252)


More information about the scm-commits mailing list