From 1da6ae4f9904f7e09166085a2cfed8887e0e86d4 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 17 Feb 2014 14:48:50 +0100 Subject: nix-store --gc --max-freed: Support a unit specifier E.g. "--max-freed 10G" means "free ten gigabytes". --- doc/manual/nix-store.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'doc/manual') diff --git a/doc/manual/nix-store.xml b/doc/manual/nix-store.xml index 63ddef28e1..416438a0bd 100644 --- a/doc/manual/nix-store.xml +++ b/doc/manual/nix-store.xml @@ -296,8 +296,12 @@ options control what gets deleted and in what order: bytes Keep deleting paths until at least - bytes bytes have been - deleted, then stop. + bytes bytes have been deleted, then + stop. The argument bytes can be + followed by the multiplicative suffix K, + M, G or + T, denoting KiB, MiB, GiB or TiB + units. -- cgit 1.4.1