aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-update.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/pkg-update.hxx')
-rw-r--r--bpkg/pkg-update.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/bpkg/pkg-update.hxx b/bpkg/pkg-update.hxx
index 72d8cd5..d7b9536 100644
--- a/bpkg/pkg-update.hxx
+++ b/bpkg/pkg-update.hxx
@@ -19,8 +19,8 @@ namespace bpkg
return pkg_command ("update",
o,
o.for_ (),
- false /* recursive */,
- false /* immediate */,
+ o.recursive (),
+ o.immediate (),
o.all (),
o.all_pattern (),
false /* package_cwd */,