1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-17 09:05:50 +02:00

doc: mention in more places that -D will create --target-directory

* src/install.c (usage): Mention this commonly required functionality
in the -D option description.
* doc/coreutils.texi (install invocation): Likewise for the
--target-directory description.
This commit is contained in:
Pádraig Brady
2016-01-02 22:22:55 +00:00
parent 73055581c9
commit 1dd02b4f8c
2 changed files with 2 additions and 0 deletions

View File

@@ -9024,6 +9024,7 @@ Program used to strip binaries.
@optBackupSuffix
@optTargetDirectory
Also specifying the @option{-D} option will ensure the directory is present.
@optNoTargetDirectory

View File

@@ -632,6 +632,7 @@ In the 4th form, create all components of the given DIRECTORY(ies).\n\
"), stdout);
fputs (_("\
-D create all leading components of DEST except the last,\n\
or all components of --target-directory,\n\
then copy SOURCE to DEST\n\
-g, --group=GROUP set group ownership, instead of process' current group\n\
-m, --mode=MODE set permission mode (as in chmod), instead of rwxr-xr-x\n\