mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-03-07 19:14:37 +01:00
Fixed typo in Argument order.
As it can be seen in the examples, i've found after testing, that the source must be specified after the destination.
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
scp() Netscript Function
|
scp() Netscript Function
|
||||||
========================
|
========================
|
||||||
|
|
||||||
.. js:function:: scp(files[, source], destination)
|
.. js:function:: scp(files, destination [, source])
|
||||||
|
|
||||||
:RAM cost: 0.6 GB
|
:RAM cost: 0.6 GB
|
||||||
:param string/array files: Filename or an array of filenames of script/literature files to copy
|
:param string/array files: Filename or an array of filenames of script/literature files to copy
|
||||||
|
Reference in New Issue
Block a user