From: Jim Meyering Date: Tue, 29 Jun 2004 14:41:51 +0000 (+0000) Subject: (install invocation): Document --target-directory in synopsis, too. X-Git-Tag: v5.3.0~1227 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=67930cefbee3909be2bb79f5a4e3b2389f2b6227;p=thirdparty%2Fcoreutils.git (install invocation): Document --target-directory in synopsis, too. --- diff --git a/doc/coreutils.texi b/doc/coreutils.texi index acf42c036d..975ed3dfda 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -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.