diff options
Diffstat (limited to 'plugins/extract/README.md')
-rw-r--r-- | plugins/extract/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/extract/README.md b/plugins/extract/README.md index a6630de3f..81e8e1d23 100644 --- a/plugins/extract/README.md +++ b/plugins/extract/README.md @@ -26,6 +26,7 @@ plugins=(... extract) | `ipsw` | iOS firmware file | | `jar` | Java Archive | | `lrz` | LRZ archive | +| `lz4` | LZ4 archive | | `lzma` | LZMA archive | | `rar` | WinRAR archive | | `rpm` | RPM package | @@ -35,6 +36,7 @@ plugins=(... extract) | `tar.gz` | Tarball with gzip compression | | `tar.lrz` | Tarball with lrzip compression | | `tar.lz` | Tarball with lzip compression | +| `tar.lz4` | Tarball with lz4 compression | | `tar.xz` | Tarball with lzma2 compression | | `tar.zma` | Tarball with lzma compression | | `tar.zst` | Tarball with zstd compression | |