forked from lix-project/lix
* nix-store --gc / --delete: show how many store paths were deleted.
This commit is contained in:
parent
7ab68961e4
commit
77afd97a99
|
@ -508,7 +508,8 @@ struct PrintFreed
|
||||||
~PrintFreed()
|
~PrintFreed()
|
||||||
{
|
{
|
||||||
if (show)
|
if (show)
|
||||||
cout << format("%1% freed\n")
|
cout << format("%1% store paths deleted, %2% freed\n")
|
||||||
|
% results.paths.size()
|
||||||
% showBytes(results.bytesFreed, results.blocksFreed);
|
% showBytes(results.bytesFreed, results.blocksFreed);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue