diff options
author | Peter Simons <simons@cryp.to> | 2016-01-05T17·18+0100 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2016-01-18T12·25+0100 |
commit | a1bf934044c39d41f589923090419bb2a01c0260 (patch) | |
tree | 2da0c1ed7a8e08e0ab6ff0d9c3de7854572b1bf0 /doc/manual/command-ref | |
parent | a6d52fcd95ea68b991b5ba1d1901b95147cc9f48 (diff) |
doc/manual/command-ref/nix-collect-garbage.xml: document --max-freed option
Mention the --max-freed option in the nix-collect-garbage man page. Related to https://github.com/NixOS/nix/issues/609.
Diffstat (limited to 'doc/manual/command-ref')
-rw-r--r-- | doc/manual/command-ref/nix-collect-garbage.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/manual/command-ref/nix-collect-garbage.xml b/doc/manual/command-ref/nix-collect-garbage.xml index c88851299152..35a78c5b2015 100644 --- a/doc/manual/command-ref/nix-collect-garbage.xml +++ b/doc/manual/command-ref/nix-collect-garbage.xml @@ -28,6 +28,7 @@ <arg choice='plain'><option>--print-dead</option></arg> <arg choice='plain'><option>--delete</option></arg> </group> + <arg><option>--max-freed</option> <replaceable>bytes</replaceable></arg> <arg><option>--dry-run</option></arg> </cmdsynopsis> </refsynopsisdiv> |