diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-07-25T21·21+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-07-25T21·21+0000 |
commit | 2317d8f6712b2d4e249b8b1206f9e0a9c4269fc0 (patch) | |
tree | c1fb67e196e334bed09ee9c7a8d0b6a8be19da07 /src/nix-instantiate/help.txt | |
parent | 0e6dc72a7a4d29b7f1a1458670581a29d573e479 (diff) |
* `nix-instantiate --print-args' prints out the arguments of a
top-level function.
Diffstat (limited to 'src/nix-instantiate/help.txt')
-rw-r--r-- | src/nix-instantiate/help.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nix-instantiate/help.txt b/src/nix-instantiate/help.txt index 45607b71af00..18b1d8bd0d99 100644 --- a/src/nix-instantiate/help.txt +++ b/src/nix-instantiate/help.txt @@ -15,4 +15,6 @@ Options: --eval-only: evaluate and print resulting term; do not instantiate --parse-only: parse and print abstract syntax tree + --attr / -A PATH: select an attribute from the top-level expression + --add-root: add garbage collector roots for the result |