From 4eb9d052b21eea93d9030f1d34416af68a1f14f0 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 12 Jun 2022 20:33:09 -0700 Subject: [PATCH] Fix doc -c typo https://lists.gnu.org/r/bug-tar/2022-06/msg00006.html * doc/tar.texi (Extended File Attributes): Fix typo. --- doc/tar.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tar.texi b/doc/tar.texi index 95de6328..dd565448 100644 --- a/doc/tar.texi +++ b/doc/tar.texi @@ -5667,7 +5667,7 @@ Here, the @var{pattern} is a globbing pattern. For example, the following command: @example -$ @kbd{tar --xattrs --xattrs-exclude='user.*' -c a.tar .} +$ @kbd{tar --xattrs --xattrs-exclude='user.*' -cf a.tar .} @end example will include in the archive @file{a.tar} all attributes, except those -- 2.34.1