]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Document install's -D option.
authorJim Meyering <meyering@redhat.com>
Sun, 25 Nov 2007 17:39:47 +0000 (18:39 +0100)
committerJim Meyering <meyering@redhat.com>
Sun, 25 Nov 2007 17:39:47 +0000 (18:39 +0100)
* doc/coreutils.texi (install invocation): Document -D.
Reported by Akim Demialle.

ChangeLog
doc/coreutils.texi

index 31192733bb831602b6ba435d8b3c866b2ac52e97..594e01a39d21c936eb0becdbead8b35853c40a05 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2007-11-25  Jim Meyering  <meyering@redhat.com>
 
+       Document install's -D option.
+       * doc/coreutils.texi (install invocation): Document -D.
+       Reported by Akim Demialle.
+
        setuidgid: Update --help output.
        * src/setuidgid.c (usage): Describe -g GID[,GID1...] option.
        Mention that USER may be a numeric ID or a user name.
index 6ed1171de4341fda74a6c6077a93f2bf11022dbd..392359b2ff3da6f3189ed24e22bd29e85bdcb8de 100644 (file)
@@ -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