diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-07-25 17:51:16 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-07-25 17:51:16 +0300 |
commit | 0f51301fdb1b34c9485d34140b90ed42fc96f9c3 (patch) | |
tree | c50b0b037807e8c1f7dff530e17fe326ed0268a9 /doc/manual.cli | |
parent | 899ac9be4de6884b409d236297353a7bf6517d95 (diff) |
Rollback verbosity level of build2 configure meta-operation run by worker from -V to -v
Diffstat (limited to 'doc/manual.cli')
-rw-r--r-- | doc/manual.cli | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual.cli b/doc/manual.cli index 2c4c292..4cae4c8 100644 --- a/doc/manual.cli +++ b/doc/manual.cli @@ -760,7 +760,7 @@ values as discussed in \l{#arch-controller Controller Logic}. The \ # bpkg.configure.create # -bpkg -v create <config-args> <env-modules> <env-config-args> +bpkg -V create <config-args> <env-modules> <env-config-args> # bpkg.configure.add # @@ -797,7 +797,7 @@ bpkg -v test <package-name> { # b.test-installed.create # - b -v create <config-args> <env-modules> <env-config-args> + b -V create <config-args> <env-modules> <env-config-args> # b.test-installed.configure # |