Fixing a typo in the nix-store manual, that could confuse a bit too much (--delete/--gc)

This commit is contained in:
Lluís Batlle i Rossell 2010-04-25 20:52:49 +00:00
parent aac5fcfbb5
commit d77331d32f

View file

@ -342,7 +342,7 @@ $ nix-store --gc --max-freed $((100 * 1024 * 1024))</screen>
<cmdsynopsis>
<command>nix-store</command>
<arg choice='plain'><option>--gc</option></arg>
<arg choice='plain'><option>--delete</option></arg>
<arg><option>--ignore-liveness</option></arg>
<arg choice='plain' rep='repeat'><replaceable>paths</replaceable></arg>
</cmdsynopsis>