diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 10:00:38 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 10:00:38 +0000 |
commit | f66493cb0e2e4baa840bdbf4894d02b54ef38d52 (patch) | |
tree | eaf63e5a5650e0fe54293aa687f83d46aa28b7fc /README | |
parent | Adding debian version 1.15~rc1-1. (diff) | |
download | lzip-f66493cb0e2e4baa840bdbf4894d02b54ef38d52.tar.xz lzip-f66493cb0e2e4baa840bdbf4894d02b54ef38d52.zip |
Merging upstream version 1.15.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -26,8 +26,8 @@ recovery capabilities, including error-checked merging of damaged copies of a file. Lzip uses the same well-defined exit status values used by bzip2, which -makes it safer when used in pipes or scripts than compressors returning -ambiguous warning values, like gzip. +makes it safer than compressors returning ambiguous warning values (like +gzip) when it is used as a back end for tar or zutils. Lzip replaces every file given in the command line with a compressed version of itself, with the name "original_name.lz". Each compressed |