summaryrefslogtreecommitdiff
path: root/tar/bsdtar.1
diff options
context:
space:
mode:
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>2012-10-23 06:32:08 +0900
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>2012-10-23 06:32:08 +0900
commit434a3e6592750faa9f7f3932a22f65072f17df37 (patch)
tree3d4c63689d60fc8cd754d774d361bd939e580f27 /tar/bsdtar.1
parent3549d5aef73b93ae622fd4e00de4a761228ab838 (diff)
downloadlibarchive-434a3e6592750faa9f7f3932a22f65072f17df37.tar.gz
Change the minimum number of gzip:compression-level from 0 to 1
described in bsdtar.1 since an external gzip(1) utility does not handle compression level 0.
Diffstat (limited to 'tar/bsdtar.1')
-rw-r--r--tar/bsdtar.12
1 files changed, 1 insertions, 1 deletions
diff --git a/tar/bsdtar.1 b/tar/bsdtar.1
index 3fd2d9b3..161309d3 100644
--- a/tar/bsdtar.1
+++ b/tar/bsdtar.1
@@ -471,7 +471,7 @@ or
.Cm iso9660:!rockridge
to disable.
.It Cm gzip:compression-level
-A decimal integer from 0 to 9 specifying the gzip compression level.
+A decimal integer from 1 to 9 specifying the gzip compression level.
.It Cm gzip:timestamp
Store timestamp. This is enabled by default, use
.Cm !timestamp