diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/coreutils.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 6ed1171de..392359b2f 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -7633,6 +7633,13 @@ The program accepts the following options. Also see @ref{Common options}. @opindex -c Ignored; for compatibility with old Unix versions of @command{install}. +@item -D +@opindex -D +Create any missing parent directories of @var{dest}, +then copy @var{source} to @var{dest}. +This option is ignored if a destination directory is specified +via @option{--target-directory=DIR}. + @item -d @itemx --directory @opindex -d |