aboutsummaryrefslogtreecommitdiff
path: root/src/nix-store/help.txt
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2005-12-23 21:08:42 +0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2005-12-23 21:08:42 +0000
commit4b9e7f59ca14c3de7b0cfdaebca98fa2639bbbf9 (patch)
treefa9a89816c430600b41d999f15e785e9a6ff7d3e /src/nix-store/help.txt
parent3c5619c7e496b0ce7b7bc16cbcf11668cf7a69fb (diff)
* Revived the old "nix-store --delete" operation that deletes the
specified paths from the Nix store. However, this operation is safe: it refuses to delete anything that the garbage collector wouldn't delete.
Diffstat (limited to 'src/nix-store/help.txt')
-rw-r--r--src/nix-store/help.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nix-store/help.txt b/src/nix-store/help.txt
index 628805835..074745813 100644
--- a/src/nix-store/help.txt
+++ b/src/nix-store/help.txt
@@ -7,6 +7,7 @@ Operations:
--realise / -r: ensure path validity; if a derivation, ensure that
validity of the outputs
--add / -A: copy a path to the Nix store
+ --delete: safely delete paths from the Nix store
--query / -q: query information
--register-substitutes: register a substitute expression (dangerous!)