aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-disfigure.cli
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-03-12 19:22:42 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-03-12 19:37:35 +0300
commitc6196464780fbdb1a2dbdda92061189395e5072e (patch)
tree46d5de0f648c823423ff75bd65ad3c60932a8f13 /bpkg/pkg-disfigure.cli
parentee16762d8435ec1a6dfe4a82655cde5624bb2c38 (diff)
Add support for --keep-out option
Diffstat (limited to 'bpkg/pkg-disfigure.cli')
-rw-r--r--bpkg/pkg-disfigure.cli11
1 files changed, 10 insertions, 1 deletions
diff --git a/bpkg/pkg-disfigure.cli b/bpkg/pkg-disfigure.cli
index e7708e0..34e7ad2 100644
--- a/bpkg/pkg-disfigure.cli
+++ b/bpkg/pkg-disfigure.cli
@@ -22,11 +22,20 @@ namespace bpkg
The \cb{pkg-disfigure} command disfigures the previously configured
(via \l{bpkg-pkg-build(1)} or \l{bpkg-pkg-configure(1)}) package. A
source code package is returned to the \cb{unpacked} state. A system
- package is removed from the configuration."
+ package is removed from the configuration.
+
+ By default \cb{pkg-disfigure} will also clean the package's output
+ directory. This behavior can be suppressed with the \cb{--keep-out}
+ option, for example, if the package is to be reconfigured."
}
class pkg_disfigure_options: configuration_options
{
"\h|PKG-DISFIGURE OPTIONS|"
+
+ bool --keep-out
+ {
+ "Don't clean the package's output directory."
+ }
};
}