about summary refs log tree commit diff
path: root/doc/manual/command-ref/nix-store.xml
diff options
context:
space:
mode:
authorRobert Vollmert <rob@vllmrt.net>2017-07-07T18·37+0200
committerRobert Vollmert <rob@vllmrt.net>2017-07-07T20·11+0200
commitb1f5995a20b5511bce614d1718816088bc7f0ec0 (patch)
treeb02151cc9c10f0a079aef9278ca67946a602fb4e /doc/manual/command-ref/nix-store.xml
parent56a1f8f4998cb6aa4ff2c8b61ca36634af4b3759 (diff)
man page (nix-instantiate): Remove non-existent nix-build argument -r
Diffstat (limited to '')
-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 fb017b741d..19c99841a0 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>