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:
njalooo 2022-09-05 13:52:30 +02:00 committed by GitHub
parent 61b07b6e57
commit 8fa89d5f81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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