aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-build.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2023-01-31 10:06:09 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2023-01-31 10:06:09 +0200
commitf17e68be1fa405c38411f13f4429c62432c612d5 (patch)
tree1ed8590793c81bc1041bae73fc5e462126eabfc6 /bpkg/pkg-build.cxx
parent62c0e19e31f485433118daf1712a6f8157b61c3c (diff)
Various tweaks and fixes
Diffstat (limited to 'bpkg/pkg-build.cxx')
-rw-r--r--bpkg/pkg-build.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/bpkg/pkg-build.cxx b/bpkg/pkg-build.cxx
index 07e23be..4d90df2 100644
--- a/bpkg/pkg-build.cxx
+++ b/bpkg/pkg-build.cxx
@@ -44,7 +44,7 @@ using namespace butl;
namespace bpkg
{
// System package manager. Resolved lazily if and when needed. Present NULL
- // value means no system package manager is available.
+ // value means no system package manager is available for this host.
//
static optional<unique_ptr<system_package_manager>> sys_pkg_mgr;
@@ -1731,7 +1731,7 @@ namespace bpkg
<< "installed with system package manager";
dr << info << "specify --sys-no-query to disable system "
- << "package manager interaction";
+ << "package manager interactions";
});
if (!os)