1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-07 17:15:40 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@
- 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: