Kaynağa Gözat

Minor documentation fix

* doc/tar.texi: Fix example about use of --no-recursion with -T
Sergey Poznyakoff 8 yıl önce
ebeveyn
işleme
a2fd82f622
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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