From: Sergey Poznyakoff Date: Sat, 12 Nov 2016 09:46:43 +0000 (+0200) Subject: Minor documentation fix X-Git-Tag: release_1_30~28 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a2fd82f62285d647dac968108eee02457255eff7;p=thirdparty%2Ftar.git Minor documentation fix * doc/tar.texi: Fix example about use of --no-recursion with -T --- 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