diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-11-15 17:12:07 +0100 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-11-16 15:19:07 +0100 |
commit | 4a7517b4c638118abcff6bc406171bf9566be2fc (patch) | |
tree | 1dadfb27379aad5003f621bc687799295ff3d6fc /share | |
parent | 4e32fa60312a1d6fcd08700e8fb37e4b1d0195a0 (diff) | |
download | justbuild-4a7517b4c638118abcff6bc406171bf9566be2fc.tar.gz |
fetch-absent: Only allow option in native mode
Diffstat (limited to 'share')
-rw-r--r-- | share/man/just-mr.1.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/man/just-mr.1.md b/share/man/just-mr.1.md index 119c5215..74f0f239 100644 --- a/share/man/just-mr.1.md +++ b/share/man/just-mr.1.md @@ -143,6 +143,7 @@ location for Git commits, between local CAS and the network. **`--fetch-absent`** Try to make available all repositories, including those marked as absent. +This option cannot be set together with **`--compatible`**. **`--compatible`** At increased computational effort, be compatible with the original remote build |