diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2023-03-08 14:29:26 +0100 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2023-03-08 14:29:26 +0100 |
commit | bd63b09059600cf38268f0680d1e28863f9a31b8 (patch) | |
tree | c734268a2153026edbeda83aff1146c48ef2d514 /share | |
parent | 94c180ea2ded808c749e69ad36757ce1d390711a (diff) | |
download | justbuild-bd63b09059600cf38268f0680d1e28863f9a31b8.tar.gz |
Fix example just-mrrc in man page
Diffstat (limited to 'share')
-rw-r--r-- | share/man/just-mrrc.5.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/just-mrrc.5.org b/share/man/just-mrrc.5.org index a3ee3d09..b3c56cee 100644 --- a/share/man/just-mrrc.5.org +++ b/share/man/just-mrrc.5.org @@ -81,7 +81,7 @@ An example just-mrrc file could look like the following: , "local build root": {"root": "home", "path": ".cache/just"} , "checkout locations": {"root": "home", "path": ".just-local.json"} , "distdirs": [{"root": "home", "path": ".distfiles"}] -, "just": {"root": "system", "path": "usr/bin"} +, "just": {"root": "system", "path": "usr/bin/just"} , "just args": { "build": ["-r", "10.0.0.1:8980", "--remote-execution-property", "OS:Linux"] , "install": ["-r", "10.0.0.1:8980", "--remote-execution-property", "OS:Linux"] |