From e2010b31ef4137540c264f2fb69f8f2660a6f7fc Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 8 Nov 2015 05:30:18 +0100 Subject: Adding upstream version 1.2~pre3. Signed-off-by: Daniel Baumann --- README | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'README') diff --git a/README b/README index b47b5b2..1142876 100644 --- a/README +++ b/README @@ -10,16 +10,17 @@ These utilities are not wrapper scripts but safer and more efficient C++ programs. In particular the "--recursive" option is very efficient in those utilities supporting it. -The provided utilities are zcat, zcmp, zdiff, zgrep and ztest. +The provided utilities are zcat, zcmp, zdiff, zgrep, ztest and zupdate. The supported formats are bzip2, gzip, lzip and xz. The compressor to be used for each format is configurable at runtime. Zcat, zcmp, zdiff, and zgrep are improved replacements for the shell -scripts provided with GNU gzip. Ztest is unique to zutils. +scripts provided with GNU gzip. Ztest is unique to zutils. Zupdate is +similar to gzip's znew. NOTE: Bzip2 and lzip provide well-defined values of exit status, which makes them safe to use with zutils. Gzip and xz may return ambiguous -warning values, making them less reliable backends for zutils. +warning values, making them less reliable back ends for zutils. LANGUAGE NOTE: Uncompressed = not compressed = plain data; it may never have been compressed. Decompressed is used to refer to data which has -- cgit v1.2.3