aboutsummaryrefslogtreecommitdiff
path: root/bdep/status.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bdep/status.cxx')
-rw-r--r--bdep/status.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/bdep/status.cxx b/bdep/status.cxx
index 2b04f9d..3c8dfe3 100644
--- a/bdep/status.cxx
+++ b/bdep/status.cxx
@@ -46,8 +46,7 @@ namespace bdep
"--constraint",
(o.old_available () ? "--old-available" : nullptr),
(o.immediate () ? "--immediate" :
- o.recursive () ? "--recursive" :
- nullptr),
+ o.recursive () ? "--recursive" : nullptr),
pkgs);
}