summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2023-11-16 10:52:44 +0100
committerKlaus Aehlig <klaus.aehlig@huawei.com>2023-11-16 11:25:49 +0100
commit4e32fa60312a1d6fcd08700e8fb37e4b1d0195a0 (patch)
treee16042e9e1848ea66530a691a14104d5e231f0d3 /share
parenta22da1c7831b389809d085ff6867febba4dc95bc (diff)
downloadjustbuild-4e32fa60312a1d6fcd08700e8fb37e4b1d0195a0.tar.gz
Add -R as short option for --remote-serve-address
The `just serve` command defaults to also provide the remote-execution endpoint if none is specified. The `just build` implicitly uses the serve endpoint as remote-execution endpoint if no other endpoint is specified. In this way, the serve endpoint has become the universal endpoint for simple set ups. Simplify that usage further by providing a short command-line option.
Diffstat (limited to 'share')
-rw-r--r--share/man/just-mr.1.md2
-rw-r--r--share/man/just.1.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/share/man/just-mr.1.md b/share/man/just-mr.1.md
index 4c5f8713..119c5215 100644
--- a/share/man/just-mr.1.md
+++ b/share/man/just-mr.1.md
@@ -137,7 +137,7 @@ be used to peer verify archive fetches from remote.
Address of a remote execution service. This is used as an intermediary fetch
location for archives, between local CAS (or distdirs) and the network.
-**`--remote-serve-address`** *`NAME`*:*`PORT`*
+**`-R`**, **`--remote-serve-address`** *`NAME`*:*`PORT`*
Address of a **`just`** **`serve`** service. This is used as intermediary fetch
location for Git commits, between local CAS and the network.
diff --git a/share/man/just.1.md b/share/man/just.1.md
index b7f6ba84..ac30f9c1 100644
--- a/share/man/just.1.md
+++ b/share/man/just.1.md
@@ -526,7 +526,7 @@ Supported by: analyse|build|install-cas|install|rebuild|traverse.
Remote serve options
--------------------
-**`--remote-serve-address`** *`NAME`*:*`PORT`*
+**`-R`**, **`--remote-serve-address`** *`NAME`*:*`PORT`*
Address of the remote execution service.
Supported by: analyse|build|install-cas|install|rebuild|traverse.