Minor documentation fix
* doc/tar.texi: Fix example about use of --no-recursion with -T
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user