aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-bindist.cli
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2023-02-22 10:20:14 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2023-02-22 10:20:14 +0200
commit5837974ede1f489fe1e65cb10188f776fb6d1974 (patch)
tree958b345fd8b3490b358ca0807a1d3c220fc89fab /bpkg/pkg-bindist.cli
parent10827e2338f9390383c30c95a2cbbfd733d76088 (diff)
WIP
Diffstat (limited to 'bpkg/pkg-bindist.cli')
-rw-r--r--bpkg/pkg-bindist.cli12
1 files changed, 6 insertions, 6 deletions
diff --git a/bpkg/pkg-bindist.cli b/bpkg/pkg-bindist.cli
index 23c70d1..eef0c1e 100644
--- a/bpkg/pkg-bindist.cli
+++ b/bpkg/pkg-bindist.cli
@@ -145,12 +145,12 @@ namespace bpkg
bool --private
{
"Enable the private installation subdirectory functionality using the
- binary package name as the private subdirectory. This is primarily
- useful when bundling dependencies, such as shared libraries, of an
- executable that is being installed into a shared location, such as
- \cb{/usr/}. See the \cb{config.install.private} configuration variable
- documentation in the build system manual for details. This option
- only makes sense together with \cb{--recursive}."
+ package name as the private subdirectory. This is primarily useful
+ when bundling dependencies, such as shared libraries, of an executable
+ that is being installed into a shared location, such as \cb{/usr/}.
+ See the \cb{config.install.private} configuration variable
+ documentation in the build system manual for details. This option only
+ makes sense together with \cb{--recursive}."
}
bool --wipe-out