diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-02-01 14:17:24 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-02-01 14:44:58 +0100 |
commit | 154aa03ff485d821be515f84431bc220e0144694 (patch) | |
tree | 9719046e7d033353f74a3b02255a34204597761b /share | |
parent | 8772b205b30913403af5be12e8913a8b18a10a05 (diff) | |
download | justbuild-154aa03ff485d821be515f84431bc220e0144694.tar.gz |
describe: accept local-build-root
... as even this command now adds entries to CAS, e.g., the shard
for the target-level cache. Also, this command block gc by keeping
a lock (also in the local build root).
Diffstat (limited to 'share')
-rw-r--r-- | share/man/just.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/just.1.md b/share/man/just.1.md index 13ba57ac..c5f7b8fc 100644 --- a/share/man/just.1.md +++ b/share/man/just.1.md @@ -365,7 +365,7 @@ Supported by: build|install|rebuild|traverse|execute. **`--local-build-root`** *`PATH`* Root for local CAS, cache, and build directories. The path will be created if it does not exist already. -Supported by: build|install-cas|install|rebuild|traverse|gc|execute. +Supported by: build|describe|install-cas|install|rebuild|traverse|gc|execute. **`--main`** *`NAME`* The repository to take the target from. |