doc: fixed nix-instantiate --find-file

The manual said --file-file, which should be --find-file.
This commit is contained in:
bobvanderlinden 2014-10-26 23:06:13 +01:00 committed by Eelco Dolstra
parent 89e3b52755
commit 5f7ded7d22

View file

@ -45,7 +45,7 @@
<arg choice='plain' rep='repeat'><replaceable>files</replaceable></arg>
<sbr/>
<command>nix-instantiate</command>
<arg choice='plain'><option>--file-file</option></arg>
<arg choice='plain'><option>--find-file</option></arg>
<arg choice='plain' rep='repeat'><replaceable>files</replaceable></arg>
</cmdsynopsis>
</refsynopsisdiv>