From 0a6a19ef210f1b616cba542b867f47a56e722955 Mon Sep 17 00:00:00 2001 From: Jakub Romanowski Date: Mon, 24 Oct 2022 13:16:02 +0200 Subject: [PATCH] lz4: fix warning when piping decompression (#9310) --- pages/common/lz4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/lz4.md b/pages/common/lz4.md index 7742a3842f..81b2697d48 100644 --- a/pages/common/lz4.md +++ b/pages/common/lz4.md @@ -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: