1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-08 19:46:02 +01:00

Merge pull request #14394 from me-and/no-print-dead-space-usage

docs: remove incorrect claim re gc --print-dead
This commit is contained in:
Eelco Dolstra 2025-10-28 15:10:54 +00:00 committed by GitHub
commit 1a4ad0706b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -48,8 +48,7 @@ The behaviour of the collector is also influenced by the
configuration file. configuration file.
By default, the collector prints the total number of freed bytes when it By default, the collector prints the total number of freed bytes when it
finishes (or when it is interrupted). With `--print-dead`, it prints the finishes (or when it is interrupted).
number of bytes that would be freed.
{{#include ./opt-common.md}} {{#include ./opt-common.md}}