man page (nix-instantiate): Remove non-existent nix-build argument -r

This commit is contained in:
Robert Vollmert 2017-07-07 20:37:55 +02:00
parent 56a1f8f499
commit b1f5995a20

View file

@ -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>