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:
parent
1657ba8d33
commit
0a6a19ef21
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue