Minor documentation fix

* doc/tar.texi: Fix example about use of --no-recursion with -T
This commit is contained in:
Sergey Poznyakoff
2016-11-12 11:46:43 +02:00
parent 3a283cfe9f
commit a2fd82f622

View 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