summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2016-11-12 11:46:43 +0200
committerSergey Poznyakoff <gray@gnu.org>2016-11-12 11:46:43 +0200
commita2fd82f62285d647dac968108eee02457255eff7 (patch)
tree99d3b36badf656007ebacc93a24097f29c455c6e
parent3a283cfe9f8f1f127e8dc5597a5ea1d249985a54 (diff)
downloadtar-a2fd82f62285d647dac968108eee02457255eff7.tar.gz
Minor documentation fix
* doc/tar.texi: Fix example about use of --no-recursion with -T
-rw-r--r--doc/tar.texi2
1 files changed, 1 insertions, 1 deletions
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