From 5f720ed02acbf5d43c3fbd2414e20d548b92337c Mon Sep 17 00:00:00 2001 From: Seppel3210 <34406239+Seppel3210@users.noreply.github.com> Date: Thu, 26 Oct 2023 08:16:23 +0000 Subject: [PATCH] tar: explain [a] flag more clearly (#11191) --- 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 287a6a9869..1772b9c7d3 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 a compressed archive and write it to a [f]ile, using [a]rchive suffix to 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 ...}}`