diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-02-01 15:28:19 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-02-01 15:45:03 +0100 |
commit | cbc46ba428500ac514ae26d5d3c1da6c9cb3c521 (patch) | |
tree | 97cf17f267eae775cb751981f69bddcd09ee60ab /share | |
parent | 154aa03ff485d821be515f84431bc220e0144694 (diff) | |
download | justbuild-cbc46ba428500ac514ae26d5d3c1da6c9cb3c521.tar.gz |
describe: support -R
... as, for absent repositories, we need to get the description from
the serve end point. As a consequence, also support -r and --compatible,
as the remote-execution endpoint needs to fit with the one for the
serve endpoint.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/just.1.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/just.1.md b/share/man/just.1.md index c5f7b8fc..cafe80dc 100644 --- a/share/man/just.1.md +++ b/share/man/just.1.md @@ -300,7 +300,7 @@ At increased computational effort, be compatible with the original remote build execution protocol. As the change affects identifiers, the flag must be used consistently for all related invocations. Supported by: -analyse|build|install-cas|install|rebuild|traverse|execute. +analyse|build|describe|install-cas|install|rebuild|traverse|execute. Build configuration options --------------------------- @@ -526,7 +526,7 @@ Supported by: analyse|build|install|rebuild|traverse. **`-r`**, **`--remote-execution-address`** *`NAME`*:*`PORT`* Address of the remote execution service. -Supported by: analyse|build|install-cas|install|rebuild|traverse. +Supported by: analyse|build|describe|install-cas|install|rebuild|traverse. **`--endpoint-configuration`** FILE File containing a description on how to dispatch to different @@ -563,7 +563,7 @@ Remote serve options **`-R`**, **`--remote-serve-address`** *`NAME`*:*`PORT`* Address of the remote execution service. -Supported by: analyse|build|install|rebuild. +Supported by: analyse|build|describe|install|rebuild. Authentication options ---------------------- |