about summary refs log tree commit diff
path: root/doc/manual/command-ref/nix-store.xml
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2017-07-10T12·43-0400
committerShea Levy <shea@shealevy.com>2017-07-10T12·43-0400
commit62a8fe6388a1ee8f9376b8e65b0cb9a02c313e9f (patch)
tree93f7ea62c280a5272f75d9890fc7d0654cd7d7ed /doc/manual/command-ref/nix-store.xml
parent1762b9616cf8786270b2efb55800a8036574ed21 (diff)
parent30117fb35bde6ba27d7de5037272ea23c8dcebf9 (diff)
Merge branch 'man2' of git://github.com/robx/nix
Diffstat (limited to 'doc/manual/command-ref/nix-store.xml')
-rw-r--r--doc/manual/command-ref/nix-store.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/command-ref/nix-store.xml b/doc/manual/command-ref/nix-store.xml
index fb017b741da9..19c99841a0ac 100644
--- a/doc/manual/command-ref/nix-store.xml
+++ b/doc/manual/command-ref/nix-store.xml
@@ -234,7 +234,7 @@ linkend="sec-nix-build"><command>nix-build</command></link> does.</para>
 <para>To test whether a previously-built derivation is deterministic:
 
 <screen>
-$ nix-build -r '&lt;nixpkgs>' -A hello --check -K
+$ nix-build '&lt;nixpkgs>' -A hello --check -K
 </screen>
 
 </para>