doc: fixed nix-instantiate --find-file

The manual said --file-file, which should be --find-file.
This commit is contained in:
bobvanderlinden
2014-10-27 08:45:10 +01:00
committed by Eelco Dolstra
parent 89e3b52755
commit 5f7ded7d22
+1 -1
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>