diff options
Diffstat (limited to 'doc/manual/nix-collect-garbage.xml')
-rw-r--r-- | doc/manual/nix-collect-garbage.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/manual/nix-collect-garbage.xml b/doc/manual/nix-collect-garbage.xml index a97e3b7c6ba5..cf870740f4ab 100644 --- a/doc/manual/nix-collect-garbage.xml +++ b/doc/manual/nix-collect-garbage.xml @@ -45,8 +45,9 @@ which deletes all old generations of all profiles in impossible); and <option>--delete-older-than</option> <replaceable>period</replaceable>, where period is a value such as <literal>30d</literal>, which deletes -all non-current generations that are older than the specified number of -days in all profiles in <filename>/nix/var/nix/profiles</filename>. +all generations older than the specified number of days in all profiles +in <filename>/nix/var/nix/profiles</filename> (except for the generations +that were active at that point in time). </para> </refsection> |