mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-22 15:43:49 +01:00
Merge pull request #4080 from njalooo/patch-1
DOCUMENTATION: Fixed Argument order for scp()
This commit is contained in:
commit
1917e21537
@ -45,7 +45,7 @@ files.
|
|||||||
|
|
||||||
Absolute vs Relative Paths
|
Absolute vs Relative Paths
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
Many Terminal commands accept absolute both absolute and relative paths for specifying a
|
Many Terminal commands accept both absolute and relative paths for specifying a
|
||||||
file.
|
file.
|
||||||
|
|
||||||
An absolute path specifies the location of the file from the root directory (/).
|
An absolute path specifies the location of the file from the root directory (/).
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user