1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 23:03:53 -04:00
This commit is contained in:
Eelco Dolstra 2007-10-10 14:58:00 +00:00
parent d04291cfab
commit 14e47e9c2c

View file

@ -485,7 +485,7 @@ struct PrintFreed
cout << format( cout << format(
(dryRun (dryRun
? "%1% would be freed\n" ? "%1% would be freed\n"
: "%1% freed (%.2f MiB)\n")) : "%1% freed\n"))
% showBytes(bytesFreed); % showBytes(bytesFreed);
} }
}; };