aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-fetch.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-09-30 21:39:50 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-10-01 17:00:18 +0300
commit6b610aea9096ce64ae769708a53041653333e155 (patch)
tree624200a7766ea33bfe1cf0ba18319776e5fd1d5b /bpkg/pkg-fetch.hxx
parent990ef03a7b006874ec66e26cd96fca3fdda95b12 (diff)
Add --output-{root,purge} options to pkg-checkout
Diffstat (limited to 'bpkg/pkg-fetch.hxx')
-rw-r--r--bpkg/pkg-fetch.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/bpkg/pkg-fetch.hxx b/bpkg/pkg-fetch.hxx
index f66d00b..e9d753b 100644
--- a/bpkg/pkg-fetch.hxx
+++ b/bpkg/pkg-fetch.hxx
@@ -18,8 +18,8 @@ namespace bpkg
int
pkg_fetch (const pkg_fetch_options&, cli::scanner& args);
- // Fetch the package as an archive file and commit the transaction. Can
- // return a new selected package object, replacing the existing one.
+ // Fetch the package as an archive file and commit the transaction. Return
+ // the selected package object which may replace the existing one.
//
shared_ptr<selected_package>
pkg_fetch (const common_options&,
@@ -31,7 +31,7 @@ namespace bpkg
bool simulate);
// Fetch the package from an archive-based repository and commit the
- // transaction. Can return a new selected package object, replacing the
+ // transaction. Return the selected package object which may replace the
// existing one.
//
shared_ptr<selected_package>