diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-07-23 14:35:58 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-07-24 17:15:12 +0300 |
commit | 899ac9be4de6884b409d236297353a7bf6517d95 (patch) | |
tree | 524707d7ae86f713d781371e48a97be457674d72 /doc | |
parent | 6c655348340677facbb60d31d0d8e3283ae0ac5a (diff) |
Increase verbosity level of build2 create/configure meta-operations run by worker from -v to -V
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual.cli | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/manual.cli b/doc/manual.cli index fa0a17b..2c4c292 100644 --- a/doc/manual.cli +++ b/doc/manual.cli @@ -791,7 +791,8 @@ bpkg -v test <package-name> # bpkg -v install <package-name> - # if the package contains subprojects that support the test operation: + # if the package contains subprojects that support the test + # operation: # { # b.test-installed.create |