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/opt-common.xml | |
parent | c9c58dba55fc9e46375bb67fdc9e2b55ef3805ff (diff) |
* Manual updates.
Diffstat (limited to 'doc/manual/opt-common.xml')
-rw-r--r-- | doc/manual/opt-common.xml | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/doc/manual/opt-common.xml b/doc/manual/opt-common.xml index 467959f19628..052ae4cf983f 100644 --- a/doc/manual/opt-common.xml +++ b/doc/manual/opt-common.xml @@ -19,7 +19,8 @@ </varlistentry> -<varlistentry><term><option>--verbose</option> / <option>-v</option></term> +<varlistentry><term><option>--verbose</option></term> + <term><option>-v</option></term> <listitem> @@ -72,7 +73,8 @@ </varlistentry> -<varlistentry><term><option>--no-build-output</option> / <option>-Q</option></term> +<varlistentry><term><option>--no-build-output</option></term> + <term><option>-Q</option></term> <listitem><para>By default, output written by builders to standard output and standard error is echoed to the Nix command's standard @@ -84,7 +86,8 @@ </varlistentry> -<varlistentry id="opt-max-jobs"><term><option>--max-jobs</option> / <option>-j</option></term> +<varlistentry id="opt-max-jobs"><term><option>--max-jobs</option></term> + <term><option>-j</option></term> <listitem><para>Sets the maximum number of build jobs that Nix will perform in parallel to the specified number. The default is 1. A @@ -93,7 +96,8 @@ </varlistentry> -<varlistentry><term><option>--keep-going</option> / <option>-k</option></term> +<varlistentry><term><option>--keep-going</option></term> + <term><option>-k</option></term> <listitem><para>Keep going in case of failed builds, to the greatest extent possible. That is, if building an input of some @@ -105,7 +109,8 @@ </varlistentry> -<varlistentry><term><option>--keep-failed</option> / <option>-K</option></term> +<varlistentry><term><option>--keep-failed</option></term> + <term><option>-K</option></term> <listitem><para>Specifies that in case of a build failure, the temporary directory (usually in <filename>/tmp</filename>) in which |