nixos/manual: Fix reference to copy_from_host
This commit is contained in:
parent
9b195c5369
commit
2d8311dac9
@ -390,7 +390,7 @@ start_all()
|
||||
<listitem>
|
||||
<para>
|
||||
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>
|
||||
The first argument is the file on the host. The file needs to be
|
||||
|
Loading…
Reference in New Issue
Block a user