nixos/manual: Fix reference to copy_from_host
This commit is contained in:
parent
9b195c5369
commit
2d8311dac9
@ -390,7 +390,7 @@ start_all()
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Copies a file from host to machine, e.g.,
|
Copies a file from host to machine, e.g.,
|
||||||
<literal>copy_file_from_host("myfile", "/etc/my/important/file")</literal>.
|
<literal>copy_from_host("myfile", "/etc/my/important/file")</literal>.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
The first argument is the file on the host. The file needs to be
|
The first argument is the file on the host. The file needs to be
|
||||||
|
Loading…
Reference in New Issue
Block a user