diff --git a/doc/tar.texi b/doc/tar.texi index 51ed159b..bec3f1af 100644 --- a/doc/tar.texi +++ b/doc/tar.texi @@ -9174,7 +9174,7 @@ create a list of files to be stored in an archive, use it as follows: @smallexample @group $ @kbd{find @var{dir} @var{tests} | \ - tar -cf @var{archive} -T - --no-recursion} + tar -cf @var{archive} --no-recursion -T -} @end group @end smallexample