aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-update.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-12-05 17:19:09 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-12-07 12:59:31 +0300
commite2eb878b13233c3b65bb1cf3848be1a357e269e9 (patch)
treecb498347772452b1dade796fa3af73d4bd6c549f /bpkg/pkg-update.hxx
parent66e570401e677ddedd7c4ea17ea62ca66fe14579 (diff)
Add --immediate|-i and --recursive|-r options to pkg-{update,clean} commands
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 */,