diff options
author | Lluís Batlle i Rossell <viric@vicerveza.homeunix.net> | 2010-04-25T20·52+0000 |
---|---|---|
committer | Lluís Batlle i Rossell <viric@vicerveza.homeunix.net> | 2010-04-25T20·52+0000 |
commit | d77331d32f33cc17398d3e1422d0114309ef62de (patch) | |
tree | 86cb6ed0be1881ecc204730248aefd836d657fbe /doc/manual/nix-store.xml | |
parent | aac5fcfbb54ff64c593d8919f7f52025415ea996 (diff) |
Fixing a typo in the nix-store manual, that could confuse a bit too much (--delete/--gc)
Diffstat (limited to 'doc/manual/nix-store.xml')
-rw-r--r-- | doc/manual/nix-store.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/nix-store.xml b/doc/manual/nix-store.xml index 566c75bf3e9f..10bb3eda5774 100644 --- a/doc/manual/nix-store.xml +++ b/doc/manual/nix-store.xml @@ -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> |