diff options
author | Alberto Sartori <alberto.sartori@huawei.com> | 2022-06-23 15:24:42 +0200 |
---|---|---|
committer | Alberto Sartori <alberto.sartori@huawei.com> | 2022-06-23 17:01:10 +0200 |
commit | d6a0cefbcfe9c55ff42c754e7a6c6aab66598904 (patch) | |
tree | bb839caf4a23286f0031522d53e2c76a61ff67ff | |
parent | 4bee6823d3f8100816c8610e07c77b8b38bf7e1d (diff) | |
download | justbuild-d6a0cefbcfe9c55ff42c754e7a6c6aab66598904.tar.gz |
update man 1 page
add details for the --action-timeout and -f,--log-file command line
options
-rw-r--r-- | share/man/just.1.org | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/share/man/just.1.org b/share/man/just.1.org index 5d2e0691..15a40b9b 100644 --- a/share/man/just.1.org +++ b/share/man/just.1.org @@ -224,7 +224,8 @@ well-defined graph file. See *just-graph-file(5)* for more details. ** Build configuration options *--action-timeout* NUM\\ - Action timeout in seconds. (Default: 300).\\ + Action timeout in seconds. (Default: 300). The timeout is honored + only for the remote build.\\ Supported by: build|install|rebuild|traverse. *-c*, *--config* PATH\\ @@ -312,7 +313,9 @@ well-defined graph file. See *just-graph-file(5)* for more details. Supported by: analyse|build|install|rebuild. *-f,--log-file* PATH\\ - Path to local log file.\\ + 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. *--log-limit* NUM\\ |