From 5487be65a6f493968c0e997d93bcd5c2d87158ef Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 14 Mar 2018 11:55:38 +0200 Subject: Add --no-result option to suppress printing informational messages --- bpkg/rep-add.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bpkg/rep-add.hxx') diff --git a/bpkg/rep-add.hxx b/bpkg/rep-add.hxx index 226f0e2..484d6a8 100644 --- a/bpkg/rep-add.hxx +++ b/bpkg/rep-add.hxx @@ -23,7 +23,7 @@ namespace bpkg // repository if it is not already. // shared_ptr - rep_add (transaction&, const repository_location&); + rep_add (const common_options&, transaction&, const repository_location&); } #endif // BPKG_REP_ADD_HXX -- cgit v1.1