summaryrefslogtreecommitdiff
path: root/tar/bsdtar.1
diff options
context:
space:
mode:
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>2012-10-07 11:08:12 +0900
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>2012-10-07 12:08:31 +0900
commitf51924bbd48594fef8b0d0beed87284eed40e7d0 (patch)
treee31a7c21bcd76a0ba44fd79f07bddbcf470a9bae /tar/bsdtar.1
parentd4e8205f1f09d05c87be0eaa54185aeb7c117d72 (diff)
downloadlibarchive-f51924bbd48594fef8b0d0beed87284eed40e7d0.tar.gz
Add support for lzop.
Diffstat (limited to 'tar/bsdtar.1')
-rw-r--r--tar/bsdtar.111
1 files changed, 10 insertions, 1 deletions
diff --git a/tar/bsdtar.1 b/tar/bsdtar.1
index efa55c87..cd3e8fbc 100644
--- a/tar/bsdtar.1
+++ b/tar/bsdtar.1
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd October 3, 2012
+.Dd October 7, 2012
.Dt TAR 1
.Os
.Sh NAME
@@ -295,6 +295,15 @@ Note that, unlike other
.Nm tar
implementations, this implementation recognizes LZMA compression
automatically when reading archives.
+.It Fl Fl lzop
+(c mode only)
+Compress the resulting archive with
+.Xr lzop 1 .
+In extract or list modes, this option is ignored.
+Note that, unlike other
+.Nm tar
+implementations, this implementation recognizes lzop compression
+automatically when reading archives.
.It Fl m , Fl Fl modification-time
(x mode only)
Do not extract modification time.