diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2010-11-17T12·40+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2010-11-17T12·40+0000 |
commit | e60c962fb8dd3d8be37c1f4ae08d5247901fa129 (patch) | |
tree | c8ac16743478164312460f897901d1731930dbd1 /src/nix-store/help.txt | |
parent | 1db6259076b1b8f667451da8d2e44a55ece19056 (diff) |
* Add an operation `nix-store -q --size'.
Diffstat (limited to 'src/nix-store/help.txt')
-rw-r--r-- | src/nix-store/help.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/nix-store/help.txt b/src/nix-store/help.txt index 342281b338c4..4782518517dd 100644 --- a/src/nix-store/help.txt +++ b/src/nix-store/help.txt @@ -16,7 +16,7 @@ Operations: --gc: run the garbage collector - --dump: dump a path as a Nix archive, forgetting dependencies + --dump: dump a path as a Nix archive (NAR), forgetting dependencies --restore: restore a path from a Nix archive, without registering validity @@ -44,6 +44,7 @@ Query flags: --graph: print a dot graph rooted at given path --xml: emit an XML representation of the graph rooted at the given path --hash: print the SHA-256 hash of the contents of the path + --size: print the size of the NAR dump of the path --roots: print the garbage collector roots that point to the path Query switches (not applicable to all queries): |