diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-04-10T20·54+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-04-10T20·54+0000 |
commit | 82d771f6e66e3f8a7101574d9c606553b490fe71 (patch) | |
tree | b4d0089b92452e210eb5067b855a964ceafba0d3 /doc/manual/nix-store.xml | |
parent | c9c58dba55fc9e46375bb67fdc9e2b55ef3805ff (diff) |
* Manual updates.
Diffstat (limited to 'doc/manual/nix-store.xml')
-rw-r--r-- | doc/manual/nix-store.xml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/manual/nix-store.xml b/doc/manual/nix-store.xml index eead48397262..2913f1899307 100644 --- a/doc/manual/nix-store.xml +++ b/doc/manual/nix-store.xml @@ -330,7 +330,8 @@ query is applied to the target of the symlink.</para> <variablelist> - <varlistentry><term><option>--use-output</option> / <option>-u</option></term> + <varlistentry><term><option>--use-output</option></term> + <term><option>-u</option></term> <listitem><para>For each argument to the query that is a store derivation, apply the query to the output path of the derivation @@ -338,7 +339,8 @@ query is applied to the target of the symlink.</para> </varlistentry> - <varlistentry><term><option>--force-realise</option> / <option>-f</option></term> + <varlistentry><term><option>--force-realise</option></term> + <term><option>-f</option></term> <listitem><para>Realise each argument to the query first (see <link linkend="rsec-nix-store-realise"><command>nix-store @@ -365,7 +367,8 @@ query is applied to the target of the symlink.</para> </varlistentry> - <varlistentry><term><option>--requisites</option> / <option>-R</option></term> + <varlistentry><term><option>--requisites</option></term> + <term><option>-R</option></term> <listitem><para>Prints out the <link linkend="gloss-closure">closure</link> of the store path |