lz4: fix warning when piping decompression (#9310)

This commit is contained in:
Jakub Romanowski
2022-10-24 13:16:02 +02:00
committed by GitHub
parent 1657ba8d33
commit 0a6a19ef21

View File

@@ -21,7 +21,7 @@
- Decompress and unpack a directory and its contents: - Decompress and unpack a directory and its contents:
`lz4 -d {{dir.tar.lz4}} | tar -xv` `lz4 -dc {{dir.tar.lz4}} | tar -xv`
- Compress a file using the best compression: - Compress a file using the best compression: