From cbd8296c7b86f7fc368d1133da3be3670b7923be Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 9 Dec 2015 11:32:50 +0200 Subject: Clean up command names, add aliases --- bpkg/pkg-fetch.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bpkg/pkg-fetch.cxx') diff --git a/bpkg/pkg-fetch.cxx b/bpkg/pkg-fetch.cxx index 1718c5b..8926a9d 100644 --- a/bpkg/pkg-fetch.cxx +++ b/bpkg/pkg-fetch.cxx @@ -180,11 +180,11 @@ namespace bpkg if (db.query_value () == 0) fail << "configuration " << c << " has no repositories" << - info << "use 'bpkg rep-add' to add a repository"; + info << "use 'bpkg cfg-add' to add a repository"; if (db.query_value () == 0) fail << "configuration " << c << " has no available packages" << - info << "use 'bpkg rep-fetch' to fetch available packages list"; + info << "use 'bpkg cfg-fetch' to fetch available packages list"; shared_ptr ap ( db.find (available_package_id (n, v))); -- cgit v1.1