浏览代码

Minor documentation fix

* doc/tar.texi: Fix example about use of --no-recursion with -T
Sergey Poznyakoff 8 年之前
父节点
当前提交
a2fd82f622
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      doc/tar.texi

+ 1 - 1
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