diff options
author | Maksim Denisov <denisov.maksim@huawei.com> | 2025-06-12 11:48:06 +0200 |
---|---|---|
committer | Maksim Denisov <denisov.maksim@huawei.com> | 2025-06-12 17:07:17 +0200 |
commit | 83a064b9d3c76900937d594675d407fc57681fee (patch) | |
tree | 22613d889abf00a3880304d920ea9d9015022c97 /share | |
parent | 64dd0eb0c941508536ff479f9e3be1bc23099a4a (diff) | |
download | justbuild-83a064b9d3c76900937d594675d407fc57681fee.tar.gz |
Update documentation
Diffstat (limited to 'share')
-rw-r--r-- | share/man/just.1.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/share/man/just.1.md b/share/man/just.1.md index 0357e5cf..c538245a 100644 --- a/share/man/just.1.md +++ b/share/man/just.1.md @@ -288,6 +288,13 @@ As the non-rotating tasks can be useful in their own right, the `--no-rotate` option can be used to request only the clean-up tasks that do not lose information. +If it is necessary to remove the entire cache, the `--all` option can +be used to skip generation rotation and splitting of large files. In +this scenario, all cache generations get removed starting from the +oldest generation. + +`--no-rotate` and `--all` are incompatible options. + **`execute`** ------------- @@ -835,7 +842,12 @@ operations will be removed, in a FIFO scheme. If unset, defaults to **`--no-rotate`** Do not rotate gargabe-collection generations. Instead, only carry out clean up tasks that do not affect what is stored in the cache. +Incompatible with `--all`. +**`--all`** +Do not rotate garbage-collection generations and do not split large +files. Instead, remove all cache generations at once. Incompatible with +`--no-rotate`. EXIT STATUS =========== |