From 67930cefbee3909be2bb79f5a4e3b2389f2b6227 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 29 Jun 2004 14:41:51 +0000 Subject: (install invocation): Document --target-directory in synopsis, too. --- doc/coreutils.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/coreutils.texi b/doc/coreutils.texi index acf42c036..975ed3dfd 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. -- cgit v1.2.3-54-g00ecf