diff options
-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. |