From a2fd82f62285d647dac968108eee02457255eff7 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Sat, 12 Nov 2016 11:46:43 +0200 Subject: [PATCH] Minor documentation fix * doc/tar.texi: Fix example about use of --no-recursion with -T --- doc/tar.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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