diff options
author | Pádraig Brady <P@draigBrady.com> | 2016-01-02 22:22:55 +0000 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2016-01-03 12:58:39 +0000 |
commit | 1dd02b4f8c459a4e720343a3f2d1eedf9bdbe657 (patch) | |
tree | 6454f5378fcf20fcd2f8d5113c369bf9b445210f /doc | |
parent | 73055581c9ef167faff210338775f668277603ee (diff) | |
download | coreutils-1dd02b4f8c459a4e720343a3f2d1eedf9bdbe657.tar.xz |
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.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/coreutils.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 62be66a5c..76e418252 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -9024,6 +9024,7 @@ Program used to strip binaries. @optBackupSuffix @optTargetDirectory +Also specifying the @option{-D} option will ensure the directory is present. @optNoTargetDirectory |