mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-20 05:05:47 +01:00
DOCS: fix issue in scp .md (#636)
This commit is contained in:
parent
aecdbe8e8f
commit
d4113e325a
2
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
2
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
@ -5482,7 +5482,7 @@ export interface NS {
|
|||||||
* ns.scp("foo.lit", "home", "helios" );
|
* ns.scp("foo.lit", "home", "helios" );
|
||||||
*
|
*
|
||||||
* //Tries to copy three files from rothman-uni to home computer:
|
* //Tries to copy three files from rothman-uni to home computer:
|
||||||
* files = ["foo1.lit", "foo2.txt", "foo3.js"];
|
* const files = ["foo1.lit", "foo2.txt", "foo3.js"];
|
||||||
* ns.scp(files, "home", "rothman-uni");
|
* ns.scp(files, "home", "rothman-uni");
|
||||||
* ```
|
* ```
|
||||||
* @example
|
* @example
|
||||||
|
Loading…
Reference in New Issue
Block a user