diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-10-03T19·53-0400 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-10-03T19·53-0400 |
commit | 9c41c66c5b877dbb529f6147b28384a57a591895 (patch) | |
tree | 5c0981b91e6e0c3be385a978c2a3bbedad994c1e /doc/manual/nix-store.xml | |
parent | 2bbc4a214ee998816921cefb2d69f30d5f277d12 (diff) |
Document ‘--repair’
Diffstat (limited to 'doc/manual/nix-store.xml')
-rw-r--r-- | doc/manual/nix-store.xml | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/doc/manual/nix-store.xml b/doc/manual/nix-store.xml index 719bfe097574..22bcb41e8763 100644 --- a/doc/manual/nix-store.xml +++ b/doc/manual/nix-store.xml @@ -174,10 +174,19 @@ the specified store paths. Realisation is a somewhat overloaded term: output. (For non-derivations argument, the argument itself is printed.)</para> -<para>If the <option>--dry-run</option> option is used, then -<command>nix-store</command> will print on standard error a -description of what packages would be built or downloaded, and then -quit.</para> +<para>The following flags are available:</para> + +<variablelist> + + <varlistentry><term><option>--dry-run</option></term> + + <listitem><para>Print on standard error a description of what + packages would be built or downloaded, without actually performing + the operation</para></listitem> + + </varlistentry> + +</variablelist> </refsection> |