aboutsummaryrefslogtreecommitdiff
path: root/bdep/status.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-05-11 15:58:26 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-05-11 15:58:26 +0200
commit9a614840171d3b9a169eb57318187ad4e8d9bf17 (patch)
tree2254e0d120abe8cd08716b0aaf39e14e3f82d133 /bdep/status.cxx
parent023f1a286b7dfe80eb80a9e6924e492cf6f3f80a (diff)
Add --immediate|-i and --recursive|-r options to test command
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);
}