diff options
author | Alberto Sartori <alberto.sartori@huawei.com> | 2022-07-27 12:36:49 +0200 |
---|---|---|
committer | Alberto Sartori <alberto.sartori@huawei.com> | 2022-07-27 12:36:49 +0200 |
commit | b45653fac48af05a03a09271959b7f51fdeb5b83 (patch) | |
tree | 8f9cab3452bb657f8b2785d0c4b90769311732a1 /share | |
parent | 719a65d40bb721aa9e089539105a6771a124f58f (diff) | |
download | justbuild-b45653fac48af05a03a09271959b7f51fdeb5b83.tar.gz |
install-cas now accepts --log-limit and --log-file
Diffstat (limited to 'share')
-rw-r--r-- | share/man/just.1.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/just.1.org b/share/man/just.1.org index 1f1d2e07..a32a695c 100644 --- a/share/man/just.1.org +++ b/share/man/just.1.org @@ -362,11 +362,11 @@ well-defined graph file. See *just-graph-file(5)* for more details. Path to local log file. ~just~ will store the information printed on stderr in the log file along with the thread id and timestamp when the output has been generated.\\ - Supported by: analyse|build|describe|install|rebuild|traverse. + Supported by: analyse|build|describe|install|install-cas|rebuild|traverse. *--log-limit* NUM\\ Log limit (higher is more verbose) in interval [0,6] (Default: 3).\\ - Supported by: analyse|build|describe|install|rebuild|traverse. + Supported by: analyse|build|describe|install|install-cas|rebuild|traverse. *--expression-log-limit* NUM\\ In error messages, truncate the entries in the enumeration of the active |