Skip to content

Commit

Permalink
nix-collect-garbage: little doc fix
Browse files Browse the repository at this point in the history
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 #641
  • Loading branch information
danbst authored and DavidEGrayson committed Apr 30, 2018
1 parent 9a714f7 commit ac22d77
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions doc/manual/command-ref/nix-collect-garbage.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit ac22d77

Please sign in to comment.