summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2024-12-06 13:01:02 +0100
committerPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2024-12-09 10:34:15 +0100
commit99ada0d961bda4baa717f56c7bb24f08e1c4dfb9 (patch)
tree42ec1db3399f357d070424b1bb4485dfb4ed64be
parent43e5a60d5cffc75f7edc87d653690b2b77f4677d (diff)
downloadjustbuild-99ada0d961bda4baa717f56c7bb24f08e1c4dfb9.tar.gz
just.1: Extend analysis command line...
...with local and remote build arguments required to support computed roots.
-rw-r--r--share/man/just.1.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/just.1.md b/share/man/just.1.md
index e981d633..fd4ab1c1 100644
--- a/share/man/just.1.md
+++ b/share/man/just.1.md
@@ -331,7 +331,7 @@ Build configuration options
**`--action-timeout`** *`NUM`*
Action timeout in seconds. (Default: 300). The timeout is honored only
for the remote build.
-Supported by: build|install|rebuild|traverse.
+Supported by: analyse|build|install|rebuild|traverse.
**`-c`**, **`--config`** *`PATH`*
Path to configuration file.
@@ -383,7 +383,7 @@ Supported by: analyse|build|describe|install|rebuild.
JSON array with the list of strings representing the launcher to prepend
actions' commands before being executed locally. Default value:
*`["env", "--"]`*
-Supported by: build|install|rebuild|traverse|execute.
+Supported by: analyse|build|install|rebuild|traverse|execute.
**`--local-build-root`** *`PATH`*
Root for local CAS, cache, and build directories. The path will be
@@ -557,7 +557,7 @@ Parallelism options
**`-J`**, **`--build-jobs`** *`NUM`*
Number of jobs to run during build phase. Default: same as **`--jobs`**.
-Supported by: build|install|rebuild|traverse.
+Supported by: analyse|build|install|rebuild|traverse.
**`-j`**, **`--jobs`** *`NUM`*
Number of jobs to run. Default: Number of cores.