diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-11-24T15·52+0100 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-11-24T15·52+0100 |
commit | 976b949e4d194c242c6024bbaa65f4f3b3620225 (patch) | |
tree | 5078fd3682dd3c0cd95cd089a01a481fa7aa8585 /doc/manual | |
parent | b7b6e3ddecae5a0463861ec6b1f400f2e37fd2a7 (diff) |
More build-cache-failures -> build-cache-failure
Diffstat (limited to 'doc/manual')
-rw-r--r-- | doc/manual/command-ref/nix-store.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual/command-ref/nix-store.xml b/doc/manual/command-ref/nix-store.xml index e1e6c36e0c1d..a2faeaeba422 100644 --- a/doc/manual/command-ref/nix-store.xml +++ b/doc/manual/command-ref/nix-store.xml @@ -1277,7 +1277,7 @@ export _args; _args='-e /nix/store/9krlzvny65gdc8s7kpb6lkx8cd02c25c-default-buil <refsection><title>Description</title> <para>If build failure caching is enabled through the -<literal>build-cache-failures</literal> configuration option, the +<literal>build-cache-failure</literal> configuration option, the operation <option>--query-failed-paths</option> will print out all store paths that have failed to build.</para> @@ -1314,7 +1314,7 @@ $ nix-store --query-failed-paths <refsection><title>Description</title> <para>If build failure caching is enabled through the -<literal>build-cache-failures</literal> configuration option, the +<literal>build-cache-failure</literal> configuration option, the operation <option>--clear-failed-paths</option> clears the “failed” state of the given store paths, allowing them to be built again. This is useful if the failure was actually transient (e.g. because the disk |