diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-03-08 10:21:46 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-03-11 15:17:16 +0100 |
commit | 20d105a65d305c724948ce389654c74cacac013c (patch) | |
tree | b0a99ceeb7c4264558893b2e086a6b3117941667 /share | |
parent | 4f306e033ba5523b3b07ca8c709b609f0c117cf1 (diff) | |
download | justbuild-20d105a65d305c724948ce389654c74cacac013c.tar.gz |
gc: add option --no-rotation
... to clean up what can be done without losing cache information.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/just.1.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/share/man/just.1.md b/share/man/just.1.md index 0c72cb38..8f3e9436 100644 --- a/share/man/just.1.md +++ b/share/man/just.1.md @@ -738,6 +738,14 @@ is given by the option **`--log-operations-threshold`**, at most *`2^n`* operations will be removed, in a FIFO scheme. If unset, defaults to 14. Must be in the range \[0,255\]. +**`gc`** specific options +------------------------- + +**`--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. + + EXIT STATUS =========== |