summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2024-07-17 14:47:16 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2024-07-19 17:07:15 +0200
commit96ec7cee239716fa5b789a886a2ae3235b16bf3b (patch)
treea7cda92e5cb4ab59dfb67b8705f254f877259a8d /share
parent2296759242b9d057e356170973762b76d9644c6d (diff)
downloadjustbuild-96ec7cee239716fa5b789a886a2ae3235b16bf3b.tar.gz
just-mr: add subcommand gc-repo
Diffstat (limited to 'share')
-rw-r--r--share/man/just-mr.1.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/share/man/just-mr.1.md b/share/man/just-mr.1.md
index ea420a97..dcb32697 100644
--- a/share/man/just-mr.1.md
+++ b/share/man/just-mr.1.md
@@ -329,6 +329,14 @@ This subcommand is the explicit way of specifying *known* just
subcommands and calling **`just`** via **`execvp`**(2). The same description
as for the **`do`** subcommand applies.
+**`gc-repo`**
+-------------
+
+Rotate the repository-root generations. In this way, all repository
+roots not needed since the the last call to **`gc-repo`** are purged
+and the corresponding disk space reclaimed.
+
+
EXIT STATUS
===========