mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-18 20:25:45 +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:
parent
61b07b6e57
commit
8fa89d5f81
@ -1,7 +1,7 @@
|
||||
scp() Netscript Function
|
||||
========================
|
||||
|
||||
.. js:function:: scp(files[, source], destination)
|
||||
.. js:function:: scp(files, destination [, source])
|
||||
|
||||
:RAM cost: 0.6 GB
|
||||
:param string/array files: Filename or an array of filenames of script/literature files to copy
|
||||
|
Loading…
Reference in New Issue
Block a user