From cbc46ba428500ac514ae26d5d3c1da6c9cb3c521 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Thu, 1 Feb 2024 15:28:19 +0100 Subject: 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. --- share/man/just.1.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'share') 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 ---------------------- -- cgit v1.2.3