diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2023-02-14 11:22:13 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2023-02-21 04:46:55 +0200 |
commit | 112428df3d899af280aca6f03c721bc7065bb787 (patch) | |
tree | a19490e92be116eb641ce0db018c9294be81341a | |
parent | eecd0aca11a5ef5bb14ec4179ac28e57ac61b09c (diff) |
Minor tweaks
-rw-r--r-- | bpkg/system-package-manager-debian.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bpkg/system-package-manager-debian.cxx b/bpkg/system-package-manager-debian.cxx index 37844f1..88bc6df 100644 --- a/bpkg/system-package-manager-debian.cxx +++ b/bpkg/system-package-manager-debian.cxx @@ -1567,7 +1567,7 @@ namespace bpkg // // On one hand, if we keep the epoch, it won't necessarily match // Debian's native package epoch. But on the other it will allow our - // binary packages form different epochs to co-exist. Seeing that this + // binary packages from different epochs to co-exist. Seeing that this // can be easily overridden with a custom distribution version, let's // keep it. // @@ -1921,7 +1921,7 @@ namespace bpkg { if (!ops_->wipe_out ()) fail << "directory " << out << " is not empty" << - info << "use --wipe to clean it up but be careful"; + info << "use --wipe-out to clean it up but be careful"; rm_r (out, false); } |