aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/command-ref/nix-collect-garbage.xml
diff options
context:
space:
mode:
authorDanylo Hlynskyi <abcz2.uprola@gmail.com>2017-10-31 05:12:08 +0200
committerDavid Grayson <davidegrayson@gmail.com>2018-04-30 09:36:46 -0700
commitac22d77fd16f38a9ce1e3e72e27128e60aa32f81 (patch)
treec827fd40048419220f1f7367e562126e1cea9232 /doc/manual/command-ref/nix-collect-garbage.xml
parent9a714f75af89da5e090f9d3b402b7266d5ec0144 (diff)
nix-collect-garbage: little doc fix
This removes confusing documentation. It's better to remove doc than add implementation, because Nix 1.12 will surely have new GC interface anyway. Fixes https://github.com/NixOS/nix/issues/641
Diffstat (limited to 'doc/manual/command-ref/nix-collect-garbage.xml')
-rw-r--r--doc/manual/command-ref/nix-collect-garbage.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/manual/command-ref/nix-collect-garbage.xml b/doc/manual/command-ref/nix-collect-garbage.xml
index 35a78c5b2..43e068796 100644
--- a/doc/manual/command-ref/nix-collect-garbage.xml
+++ b/doc/manual/command-ref/nix-collect-garbage.xml
@@ -22,12 +22,6 @@
<arg><option>--delete-old</option></arg>
<arg><option>-d</option></arg>
<arg><option>--delete-older-than</option> <replaceable>period</replaceable></arg>
- <group choice='opt'>
- <arg choice='plain'><option>--print-roots</option></arg>
- <arg choice='plain'><option>--print-live</option></arg>
- <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>