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-fetch.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bpkg/pkg-fetch.cxx') diff --git a/bpkg/pkg-fetch.cxx b/bpkg/pkg-fetch.cxx index 75bf1fa..24883c5 100644 --- a/bpkg/pkg-fetch.cxx +++ b/bpkg/pkg-fetch.cxx @@ -21,7 +21,7 @@ using namespace butl; namespace bpkg { - // Can return a new selected package object, replacing the existing one. + // Return the selected package object which may replace the existing one. // static shared_ptr pkg_fetch (dir_path c, -- cgit v1.1