]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(install invocation): Document --target-directory in synopsis, too.
authorJim Meyering <jim@meyering.net>
Tue, 29 Jun 2004 14:41:51 +0000 (14:41 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 29 Jun 2004 14:41:51 +0000 (14:41 +0000)
doc/coreutils.texi

index acf42c036d11c3374ef7e13b30fcde235bfa84ce..975ed3dfdab9e0cec9f64f9e6db22998c0726bb1 100644 (file)
@@ -6722,11 +6722,12 @@ possible, their owner and group.  Synopses:
 @example
 install [@var{option}]@dots{} @var{source} @var{dest}
 install [@var{option}]@dots{} @var{source}@dots{} @var{directory}
+install [@var{option}]@dots{} --target-directory=@var{directory} @var{source}@dots{}
 install -d [@var{option}]@dots{} @var{directory}@dots{}
 @end example
 
 In the first of these, the @var{source} file is copied to the @var{dest}
-target file.  In the second, each of the @var{source} files are copied
+target file.  In the second and third, each @var{source} file is copied
 to the destination @var{directory}.  In the last, each @var{directory}
 (and any missing parent directories) is created.