From 974a8c152bf7c9a4a5ce3c45808af65657c2ff1f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 8 Feb 2018 12:44:06 +0200 Subject: Add --for|-f option to pkg-update and pkg-build This allows executing build2 -for-X operations (e.g., update-for-install or update-for-test) in order to minimize the amount of stuff to be updated. --- bpkg/pkg-uninstall.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bpkg/pkg-uninstall.hxx') diff --git a/bpkg/pkg-uninstall.hxx b/bpkg/pkg-uninstall.hxx index 2464d62..10122f4 100644 --- a/bpkg/pkg-uninstall.hxx +++ b/bpkg/pkg-uninstall.hxx @@ -17,7 +17,7 @@ namespace bpkg inline int pkg_uninstall (const pkg_uninstall_options& o, cli::scanner& args) { - return pkg_command ("uninstall", o, args); + return pkg_command ("uninstall", o, "", args); } } -- cgit v1.1