about summary refs log tree commit diff
path: root/src/nix-env/help.txt
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2003-12-21T22·34+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2003-12-21T22·34+0000
commita81b621202844f58ae7202e592324f1232107810 (patch)
tree20666d4686a036807a870f25171c35960cf4ac4b /src/nix-env/help.txt
parent0a753e182aa0f50ea7062f2d9e02306b34266e37 (diff)
* `-u' -> `-e'.
* `--link' / `-l' flag to specify the switch symlink to use (by default, 
  /nix/var/nix/links/current).

Diffstat (limited to 'src/nix-env/help.txt')
-rw-r--r--src/nix-env/help.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/nix-env/help.txt b/src/nix-env/help.txt
index 69c4742944fd..cebffc99daa7 100644
--- a/src/nix-env/help.txt
+++ b/src/nix-env/help.txt
@@ -5,7 +5,7 @@ nix-env [OPTIONS...] [ARGUMENTS...]
 Operations:
 
   --install / -i FILE: add a derivation to the user environment
-  --uninstall / -u: remove a derivation to the user environment
+  --uninstall / -e: remove a derivation to the user environment
   --query / -q: perform a query on an environment or Nix expression
 
 The previous operations take a list of derivation names.  The special
@@ -27,5 +27,6 @@ Query sources:
 
 Options:
 
+  --link / -l LINK: use symlink LINK instead of (...)/current
   --verbose / -v: verbose operation (may be repeated)
   --keep-failed / -K: keep temporary directories of failed builds