diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-08-07 20:14:13 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-08-07 20:15:42 +0300 |
commit | e777ee4ada2281fb207558b6173cfa7b99930caf (patch) | |
tree | 7bb76ce1454ee92317530bed14c5f2dac72aa246 | |
parent | 2c1fe0aa7b967a68e65465962182cc6551a6c51f (diff) |
Add -s option to `b info` command run by b_info()
-rw-r--r-- | libbutl/b.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
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 ()); |