diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-02-24 20:21:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-02-24 20:21:09 +0000 |
commit | 72abeec91e77c0d5b7e89d4731b2c7dcbbbbc87a (patch) | |
tree | 1dcb40a71bd451fffd591722799041b29cb2793d /doc/tarlz.1 | |
parent | Adding upstream version 0.11. (diff) | |
download | tarlz-72abeec91e77c0d5b7e89d4731b2c7dcbbbbc87a.tar.xz tarlz-72abeec91e77c0d5b7e89d4731b2c7dcbbbbc87a.zip |
Adding upstream version 0.12.upstream/0.12
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'doc/tarlz.1')
-rw-r--r-- | doc/tarlz.1 | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/doc/tarlz.1 b/doc/tarlz.1 index 82462cd..ff418c5 100644 --- a/doc/tarlz.1 +++ b/doc/tarlz.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.1. -.TH TARLZ "1" "February 2019" "tarlz 0.11" "User Commands" +.TH TARLZ "1" "February 2019" "tarlz 0.12" "User Commands" .SH NAME tarlz \- creates tar archives with multimember lzip compression .SH SYNOPSIS @@ -42,6 +42,12 @@ create a new archive \fB\-C\fR, \fB\-\-directory=\fR<dir> change to directory <dir> .TP +\fB\-d\fR, \fB\-\-diff\fR +find differences between archive and file system +.TP +\fB\-\-ignore\-ids\fR +ignore differences in owner and group IDs +.TP \fB\-f\fR, \fB\-\-file=\fR<archive> use archive file <archive> .TP @@ -66,6 +72,9 @@ extract files from an archive \fB\-0\fR .. \fB\-9\fR set compression level [default 6] .TP +\fB\-\-uncompressed\fR +don't compress the archive created +.TP \fB\-\-asolid\fR create solidly compressed appendable archive .TP @@ -95,9 +104,6 @@ don't delete partially extracted files .TP \fB\-\-missing\-crc\fR exit with error status if missing extended CRC -.TP -\fB\-\-uncompressed\fR -don't compress the archive created .PP Exit status: 0 for a normal exit, 1 for environmental problems (file not found, invalid flags, I/O errors, etc), 2 to indicate a corrupt or |