diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-10-07T12·27+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-10-07T12·27+0000 |
commit | 5d4171f7fb548e06ecd2440f57322b3c77f1074e (patch) | |
tree | 06f21a5e6dcf38943f58f7e32f4a23f5bed41da7 /src/nix-help.txt | |
parent | 563afb7fcc9d6aabec9b867372ea8d651fd12e89 (diff) |
* Synchronise terminology with the ICSE paper (e.g., slice -> closure,
fstate -> Nix expression). * Fix src/test.cc.
Diffstat (limited to 'src/nix-help.txt')
-rw-r--r-- | src/nix-help.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nix-help.txt b/src/nix-help.txt index 4e1d707c8926..be8ecf0a15be 100644 --- a/src/nix-help.txt +++ b/src/nix-help.txt @@ -2,7 +2,7 @@ nix [OPTIONS...] [ARGUMENTS...] Operations: - --install / -i: realise an fstate + --install / -i: realise a Nix expression --delete / -d: delete paths from the Nix store --add / -A: copy a path to the Nix store --query / -q: query information @@ -25,7 +25,7 @@ Source selection for --install, --dump: Query flags: - --list / -l: query the output paths (roots) of an fstate (default) + --list / -l: query the output paths (roots) of a Nix expression (default) --requisites / -r: print all paths necessary to realise expression --generators / -g: find expressions producing a subset of given ids --expansion / -e: print a path containing id |