aboutsummaryrefslogtreecommitdiff
path: root/src/nix-store/help.txt
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2006-10-28 16:33:54 +0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2006-10-28 16:33:54 +0000
commitae6fb27f18fff6639f3b51ace4789537255a43a4 (patch)
treeac364f8dd4c745c6b6c2980449df0369a7906ec5 /src/nix-store/help.txt
parent99b0ea7c67e9e545bdf8b8bb050ce63dc9440e95 (diff)
* `nix-store --read-log / -l PATH' shows the build log of PATH, if
available. For instance, $ nix-store -l $(which svn) | less lets you read the build log of the Subversion instance in your profile. * `nix-store -qb': if applied to a non-derivation, take the deriver.
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 388a7521f..df84a2a76 100644
--- a/src/nix-store/help.txt
+++ b/src/nix-store/help.txt
@@ -9,6 +9,7 @@ Operations:
--add / -A: copy a path to the Nix store
--delete: safely delete paths from the Nix store
--query / -q: query information
+ --read-log / -l: print build log of given store paths
--register-substitutes: register a substitute expression (dangerous!)
--clear-substitutes: clear all substitutes