aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-disfigure.cli
diff options
context:
space:
mode:
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."
+ }
};
}