diff options
author | Jim Meyering <jim@meyering.net> | 2004-06-29 14:41:51 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-06-29 14:41:51 +0000 |
commit | 67930cefbee3909be2bb79f5a4e3b2389f2b6227 (patch) | |
tree | a99c7c52599480162f372f4cd5dbe2715813a69b | |
parent | 9730554ffad1a5d3ed3479f52c8e6a6302d05ff5 (diff) | |
download | coreutils-67930cefbee3909be2bb79f5a4e3b2389f2b6227.tar.xz |
(install invocation): Document --target-directory in synopsis, too.
-rw-r--r-- | doc/coreutils.texi | 3 |
1 files changed, 2 insertions, 1 deletions
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. |