summaryrefslogtreecommitdiff
path: root/plugins/extract/README.md
diff options
context:
space:
mode:
authorMustaqim Malim <mustaqim@pm.me>2019-12-18 09:53:54 +0000
committerMarc Cornellà <marc.cornella@live.com>2019-12-18 10:53:53 +0100
commitad1169bf39d8cab3e0139299d8200dd18bdc2038 (patch)
treefb6f2d96082b876191e1ef71b88c8c58ffe6141f /plugins/extract/README.md
parent1761685d3e8d0594ff580c968874665e64a9a9cb (diff)
downloadzsh-ad1169bf39d8cab3e0139299d8200dd18bdc2038.tar.gz
zsh-ad1169bf39d8cab3e0139299d8200dd18bdc2038.tar.bz2
zsh-ad1169bf39d8cab3e0139299d8200dd18bdc2038.zip
extract: add tar.lz support (#8479)
Diffstat (limited to 'plugins/extract/README.md')
-rw-r--r--plugins/extract/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/extract/README.md b/plugins/extract/README.md
index aca300097..d6e4fa116 100644
--- a/plugins/extract/README.md
+++ b/plugins/extract/README.md
@@ -32,6 +32,7 @@ plugins=(... extract)
| `tar` | Tarball |
| `tar.bz2` | Tarball with bzip2 compression |
| `tar.gz` | Tarball with gzip compression |
+| `tar.lz` | Tarball with lzip compression |
| `tar.xz` | Tarball with lzma2 compression |
| `tar.zma` | Tarball with lzma compression |
| `tar.zst` | Tarball with zstd compression |