mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 06:18:42 +02: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
|
||||
========================
|
||||
|
||||
.. 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
|
||||
|
||||
Reference in New Issue
Block a user