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.cli14
1 files changed, 11 insertions, 3 deletions
diff --git a/bpkg/pkg-disfigure.cli b/bpkg/pkg-disfigure.cli
index 9f6c63b..0491a16 100644
--- a/bpkg/pkg-disfigure.cli
+++ b/bpkg/pkg-disfigure.cli
@@ -23,9 +23,11 @@ namespace bpkg
source code package is returned to the \cb{unpacked} state. A system
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."
+ By default \cb{pkg-disfigure} will remove the package's build system
+ configuration (\cb{config.build}) and also clean its output directory.
+ This behavior can be suppressed with the \cb{--keep-config} and
+ \cb{--keep-out} options, respectively, for example, if the package is
+ to be reconfigured."
}
class pkg_disfigure_options: configuration_options
@@ -36,6 +38,12 @@ namespace bpkg
{
"Don't clean the package's output directory."
}
+
+ bool --keep-config
+ {
+ "Don't remove the package's build system configuration
+ (\cb{config.build})."
+ }
};
"