From 112428df3d899af280aca6f03c721bc7065bb787 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 14 Feb 2023 11:22:13 +0200 Subject: Minor tweaks --- bpkg/system-package-manager-debian.cxx | 4 ++-- 1 file 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); } -- cgit v1.1