From e81556858b3a4831d9771a704f48840d761457ee Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Tue, 21 Feb 2006 07:09:39 +0000 Subject: [PATCH] Fix typo: --to-command instead of --to-program --- doc/tar.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/tar.texi b/doc/tar.texi index 1814bff..62a65cf 100644 --- a/doc/tar.texi +++ b/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 -- 2.45.2