From 6b610aea9096ce64ae769708a53041653333e155 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 30 Sep 2020 21:39:50 +0300 Subject: Add --output-{root,purge} options to pkg-checkout --- bpkg/pkg-unpack.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bpkg/pkg-unpack.cxx') diff --git a/bpkg/pkg-unpack.cxx b/bpkg/pkg-unpack.cxx index b8ac08e..9685f3e 100644 --- a/bpkg/pkg-unpack.cxx +++ b/bpkg/pkg-unpack.cxx @@ -54,8 +54,8 @@ namespace bpkg } } - // Select the external package in this configuration. Can return a new - // selected package object, replacing the existing one. + // Select the external package in this configuration. Return the selected + // package object which may replace the existing one. // static shared_ptr pkg_unpack (const common_options& o, -- cgit v1.1