diff options
author | Danylo Hlynskyi <abcz2.uprola@gmail.com> | 2017-10-31T03·12+0200 |
---|---|---|
committer | David Grayson <davidegrayson@gmail.com> | 2018-04-30T16·36-0700 |
commit | ac22d77fd16f38a9ce1e3e72e27128e60aa32f81 (patch) | |
tree | c827fd40048419220f1f7367e562126e1cea9232 /doc | |
parent | 9a714f75af89da5e090f9d3b402b7266d5ec0144 (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')
-rw-r--r-- | doc/manual/command-ref/nix-collect-garbage.xml | 6 |
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 35a78c5b2015..43e06879691c 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> |