소스 검색

Fix typo: --to-command instead of --to-program

Sergey Poznyakoff 19 년 전
부모
커밋
e81556858b
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      doc/tar.texi

+ 2 - 2
doc/tar.texi

@@ -4649,8 +4649,8 @@ You can instruct @command{tar} to send the contents of each extracted
 file to the standard input of an external program:
 
 @table @option
-@opindex to-program
-@item --to-program=@var{command}
+@opindex to-command
+@item --to-command=@var{command}
 Extract files and pipe their contents to the standard input of
 @var{command}. When this option is used, instead of creating the
 files specified, @command{tar} invokes @var{command} and pipes the