diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2025-02-17 11:17:55 +0100 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2025-02-20 15:33:53 +0100 |
commit | 7398379052a1c79bde0d4f87de812b89bef9c6bc (patch) | |
tree | 8a380a09776ff48e0ea32c2a784f821930313b33 /share | |
parent | 2adc4915d42547fd71e4d8983dc50e33df251b53 (diff) | |
download | justbuild-7398379052a1c79bde0d4f87de812b89bef9c6bc.tar.gz |
just-lock: Add option to set a just binary to use
Diffstat (limited to 'share')
-rw-r--r-- | share/man/just-lock.1.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/share/man/just-lock.1.md b/share/man/just-lock.1.md index b4fa693c..bc272a9f 100644 --- a/share/man/just-lock.1.md +++ b/share/man/just-lock.1.md @@ -57,6 +57,10 @@ Root for local CAS, cache, and build directories. The path will be created if it does not exist already. Default: path *`".cache/just"`* in user's home directory. +**`--just`** *`PATH`* +Path to the **`just`** binary in *`PATH`* or path to the **`just`** binary. +Default: *`"just"`*. + **`-L`**, **`--local-launcher`** *`JSON_ARRAY`* JSON array with the list of strings representing the launcher to prepend any commands being executed locally. |