aboutsummaryrefslogtreecommitdiff
path: root/bpkg/system-package-manager.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2023-03-06 08:48:59 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2023-03-06 08:48:59 +0200
commitd7014bd5a0bc3c09d175140641d1d8ad95e27559 (patch)
tree195db0cda3ac8d0e3067223472b6f7a3a5017854 /bpkg/system-package-manager.hxx
parentc84c3bda276e6b07ab784521de2634376286e76d (diff)
Change <out-dir> argument to --output-root|-o option
Diffstat (limited to 'bpkg/system-package-manager.hxx')
-rw-r--r--bpkg/system-package-manager.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/bpkg/system-package-manager.hxx b/bpkg/system-package-manager.hxx
index 65f4b2d..c661919 100644
--- a/bpkg/system-package-manager.hxx
+++ b/bpkg/system-package-manager.hxx
@@ -199,7 +199,6 @@ namespace bpkg
const package_manifest&,
const string& type,
const small_vector<language, 1>&,
- const dir_path& out,
optional<recursive_mode>) = 0;
public: