diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2007-05-01T11·30+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2007-05-01T11·30+0000 |
commit | bd1f66453a7a1900f9fa850a7052b3fbe3e26933 (patch) | |
tree | 1cb7c1c392f61fd6fecb1b84d87df2bd4c782fd8 /src/nix-env/help.txt | |
parent | e20f0da22ccb28d94bfd82fa66e2a723c75951f2 (diff) |
* `nix-env -q --xml --meta' to show all meta attributes.
Diffstat (limited to 'src/nix-env/help.txt')
-rw-r--r-- | src/nix-env/help.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/nix-env/help.txt b/src/nix-env/help.txt index 16e47a73e3ac..b10c4b49243b 100644 --- a/src/nix-env/help.txt +++ b/src/nix-env/help.txt @@ -52,6 +52,7 @@ Query sources: Query flags: + --xml: show output in XML format --status / -s: print installed/present status --no-name: hide derivation names --attr / -A: shows the unambiguous attribute name of the @@ -60,6 +61,8 @@ Query flags: --compare-versions / -c: compare version to available or installed --drv-path: print path of derivation --out-path: print path of derivation output + --description: print description + --meta: print all meta attributes (only with --xml) --prebuilt-only: only show derivations whose prebuilt binaries are available on this machine or are downloadable |