From e777ee4ada2281fb207558b6173cfa7b99930caf Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 7 Aug 2019 20:14:13 +0300 Subject: Add -s option to `b info` command run by b_info() --- libbutl/b.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/libbutl/b.cxx b/libbutl/b.cxx index 3f26dc5..ff32237 100644 --- a/libbutl/b.cxx +++ b/libbutl/b.cxx @@ -112,6 +112,7 @@ namespace butl 2 /* stderr */, pp, vops, + "-s", ops, "info:", project.representation ()); -- cgit v1.1