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