]> Dogcows Code - chaz/tar/commitdiff
Fix typo: --to-command instead of --to-program
authorSergey Poznyakoff <gray@gnu.org.ua>
Tue, 21 Feb 2006 07:09:39 +0000 (07:09 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Tue, 21 Feb 2006 07:09:39 +0000 (07:09 +0000)
doc/tar.texi

index 1814bff43a1b7dae5c7cdd76e93fd01654994791..62a65cf37532350d5173f47c7245fd9f190daf17 100644 (file)
@@ -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
This page took 0.050964 seconds and 4 git commands to generate.