diff options
Diffstat (limited to 'bpkg/pkg-fetch.hxx')
-rw-r--r-- | bpkg/pkg-fetch.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bpkg/pkg-fetch.hxx b/bpkg/pkg-fetch.hxx index d17dbdf..fe51ba6 100644 --- a/bpkg/pkg-fetch.hxx +++ b/bpkg/pkg-fetch.hxx @@ -28,7 +28,8 @@ namespace bpkg bool replace, bool purge); - // Fetch the package from a repository and commit the transaction. + // Fetch the package from an archive-based repository and commit the + // transaction. // shared_ptr<selected_package> pkg_fetch (const common_options&, |