diff options
Diffstat (limited to 'bpkg/pkg-disfigure')
-rw-r--r-- | bpkg/pkg-disfigure | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/bpkg/pkg-disfigure b/bpkg/pkg-disfigure index 0e16a40..2df892b 100644 --- a/bpkg/pkg-disfigure +++ b/bpkg/pkg-disfigure @@ -15,7 +15,10 @@ namespace bpkg pkg_disfigure (const pkg_disfigure_options&, cli::scanner& args); // Disfigure the package, update its state, and commit the - // transaction. + // transaction. If the package state is broken, then this + // is taken to mean it hasn't been successfully configured + // and no clean prior to disfigure is necessary (or possible, + // for that matter). // void pkg_disfigure (const dir_path& configuration, |