From 7a6e68a70a99e4d7da8a67b017936859c44c95d9 Mon Sep 17 00:00:00 2001 From: Lena <126529524+acuteenvy@users.noreply.github.com> Date: Sat, 2 Nov 2024 23:51:09 +0100 Subject: [PATCH] tar: update page (#14586) Apply the suggestion from #14319. --- pages/common/tar.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/tar.md b/pages/common/tar.md index 6aa5781231..9af3174660 100644 --- a/pages/common/tar.md +++ b/pages/common/tar.md @@ -24,7 +24,7 @@ `tar xf {{path/to/source.tar[.gz|.bz2|.xz]}} --directory={{path/to/directory}}` -- [c]reate an archive and write it to a [f]ile, using the file extension to [a]utomatically determine the compression program: +- [c]reate a compressed archive and write it to a [f]ile, using the file extension to [a]utomatically determine the compression program: `tar caf {{path/to/target.tar.xz}} {{path/to/file1 path/to/file2 ...}}`