1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-14 14:09:35 +02:00

Document install's -D option.

* doc/coreutils.texi (install invocation): Document -D.
Reported by Akim Demialle.
This commit is contained in:
Jim Meyering
2007-11-25 18:39:47 +01:00
parent 910267665e
commit 9d0a315369
2 changed files with 11 additions and 0 deletions
+4
View File
@@ -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.
+7
View 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