diff options
Diffstat (limited to 'bpkg/pkg-checkout.hxx')
-rw-r--r-- | bpkg/pkg-checkout.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bpkg/pkg-checkout.hxx b/bpkg/pkg-checkout.hxx index 252c8cd..b217100 100644 --- a/bpkg/pkg-checkout.hxx +++ b/bpkg/pkg-checkout.hxx @@ -18,7 +18,8 @@ namespace bpkg int pkg_checkout (const pkg_checkout_options&, cli::scanner& args); - // Check out the package from a repository and commit the transaction. + // Check out the package from a version control-based repository and commit + // the transaction. // shared_ptr<selected_package> pkg_checkout (const common_options&, |