diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-07-17 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-07-17 02:00:00 +0200 |
commit | 24c0518dd404cbb3c434fb6704f4f551bbc78693 (patch) | |
tree | bb13d9a3bf684607f3f0b0fdff2b4c168b6e57ee /doc | |
parent | 32a00363435ac8c1bc93ef1281b2c2afc28a8877 (diff) |
Revert "guix gc: '--delete-generations' now deletes old Home generations."
This reverts commit ba22560627f848f40891a56355ff26b6de1380bc.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 6e867839a4..12ecc1b952 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -4362,8 +4362,7 @@ nothing and exit immediately. @item --delete-generations[=@var{duration}] @itemx -d [@var{duration}] Before starting the garbage collection process, delete all the generations -older than @var{duration}, for all the user profiles and home environment -generations; when run as root, this +older than @var{duration}, for all the user profiles; when run as root, this applies to all the profiles @emph{of all the users}. For example, this command deletes all the generations of all your profiles |