diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-08-09T15·12+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-08-09T15·12+0000 |
commit | f1aa71a92f9914ac04141d9d0338391acedd6dea (patch) | |
tree | bc63f95a11e8a9ef7678a7cfde900d185a523570 /src/nix-env | |
parent | a18d02e0b076a8a936c3c1660d93f941a9f3183f (diff) |
* Fix the help message wrt --attr.
Diffstat (limited to 'src/nix-env')
-rw-r--r-- | src/nix-env/help.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix-env/help.txt b/src/nix-env/help.txt index a97df87576b3..9b49f9f4576c 100644 --- a/src/nix-env/help.txt +++ b/src/nix-env/help.txt @@ -48,7 +48,7 @@ Query types: --status / -s: print installed/present status --no-name: hide derivation names - --attr-path / -A: shows the unambiguous attribute name of the + --attr / -A: shows the unambiguous attribute name of the derivation which can be used when installing with -A --system: print the platform type of the derivation --compare-versions / -c: compare version to available or installed |