diff options
author | Shea Levy <shea@shealevy.com> | 2018-03-21T16·49-0400 |
---|---|---|
committer | Shea Levy <shea@shealevy.com> | 2018-03-21T16·49-0400 |
commit | 92dfc223272083061d0c02d35efcad0a8bb9ba4d (patch) | |
tree | 5c4ba4ce8a7b18d0ce3535d082de5cd24fe013ea | |
parent | 8615cfb1301d9402495a7558f8c66f63978f1c6d (diff) | |
parent | 22b144fea697742c46a74fef06b0a3da36916f55 (diff) |
Merge branch 'master' of git://github.com/coreyoconnor/nix
-rw-r--r-- | doc/manual/command-ref/nix-store.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/manual/command-ref/nix-store.xml b/doc/manual/command-ref/nix-store.xml index a5f615b0c268..f2dc6ed8540d 100644 --- a/doc/manual/command-ref/nix-store.xml +++ b/doc/manual/command-ref/nix-store.xml @@ -501,10 +501,11 @@ error: cannot delete path `/nix/store/zq0h41l75vlb4z45kzgjjmsjxvcv1qk7-mesa-6.4' <arg choice='plain'><option>--referrers</option></arg> <arg choice='plain'><option>--referrers-closure</option></arg> <arg choice='plain'><option>--deriver</option></arg> - <arg choice='plain'><option>--deriver</option></arg> + <arg choice='plain'><option>-d</option></arg> <arg choice='plain'><option>--graph</option></arg> <arg choice='plain'><option>--tree</option></arg> <arg choice='plain'><option>--binding</option> <replaceable>name</replaceable></arg> + <arg choice='plain'><option>-b</option> <replaceable>name</replaceable></arg> <arg choice='plain'><option>--hash</option></arg> <arg choice='plain'><option>--size</option></arg> <arg choice='plain'><option>--roots</option></arg> @@ -642,6 +643,7 @@ query is applied to the target of the symlink.</para> </varlistentry> <varlistentry><term><option>--deriver</option></term> + <term><option>-d</option></term> <listitem><para>Prints the <link linkend="gloss-deriver">deriver</link> of the store paths @@ -678,6 +680,7 @@ query is applied to the target of the symlink.</para> </varlistentry> <varlistentry><term><option>--binding</option> <replaceable>name</replaceable></term> + <term><option>-b</option> <replaceable>name</replaceable></term> <listitem><para>Prints the value of the attribute <replaceable>name</replaceable> (i.e., environment variable) of |