]> git.ipfire.org Git - thirdparty/tar.git/commitdiff
Minor documentation fix
authorSergey Poznyakoff <gray@gnu.org>
Sat, 12 Nov 2016 09:46:43 +0000 (11:46 +0200)
committerSergey Poznyakoff <gray@gnu.org>
Sat, 12 Nov 2016 09:46:43 +0000 (11:46 +0200)
* doc/tar.texi: Fix example about use of --no-recursion with -T

doc/tar.texi

index 51ed159bf538f4359f1925529f65e8cd273e9ff8..bec3f1af34ac40d71979ece20d4d99a829a49006 100644 (file)
@@ -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