summaryrefslogtreecommitdiff
path: root/znew.1
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2010-01-29 19:23:40 +0300
committerJim Meyering <meyering@redhat.com>2010-02-01 13:26:59 +0100
commita6063d675f0505c5e08566676f1547c5bc7d285e (patch)
tree018a87e6333e62c02cce999b86f8a32137ddd630 /znew.1
parent27469f7dc43a15c9efd2d35c4e335a13440b31c9 (diff)
downloadgzip-a6063d675f0505c5e08566676f1547c5bc7d285e.tar.gz
fix "znew -K" to work without use of compress utility
* znew.in: Change -K option to imply -t, do not use compress(1). * znew.1: Document it. * tests/znew-k: New test. * Makefile.am (TESTS): Add it.
Diffstat (limited to 'znew.1')
-rw-r--r--znew.13
1 files changed, 2 insertions, 1 deletions
diff --git a/znew.1 b/znew.1
index 5cfb472..dcdf84f 100644
--- a/znew.1
+++ b/znew.1
@@ -27,7 +27,8 @@ Use the slowest compression method (optimal compression).
Use pipes for the conversion to reduce disk space usage.
.TP
.B \-K
-Keep a .Z file when it is smaller than the .gz file
+Keep a .Z file when it is smaller than the .gz file; implies
+.BR -t .
.SH "SEE ALSO"
gzip(1), zmore(1), zdiff(1), zgrep(1), zforce(1), gzexe(1), compress(1)
.SH BUGS