mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-23 08:03:48 +01:00
remove IP option from connect helptext
This commit is contained in:
parent
28bd5e1b30
commit
01776bffac
@ -190,9 +190,9 @@ export const HelpTexts: IMap<string[]> = {
|
|||||||
connect: [
|
connect: [
|
||||||
"Usage: connect [hostname]",
|
"Usage: connect [hostname]",
|
||||||
" ",
|
" ",
|
||||||
"Connect to a remote server. The hostname or IP address of the remote server must be given as the argument ",
|
"Connect to a remote server. The hostname of the remote server must be given as the argument to this command.",
|
||||||
"to this command. Note that only servers that are immediately adjacent to the current server in the network can be connected to. To ",
|
"Note that only servers that are immediately adjacent to the current server in the network can be connected to.",
|
||||||
"see which servers can be connected to, use the 'scan' command.",
|
"To see which servers can be connected to, use the 'scan' command.",
|
||||||
" ",
|
" ",
|
||||||
],
|
],
|
||||||
cp: ["Usage: cp [src] [dst]", " ", "Copy a file on this server. To copy a file to another server use scp.", " "],
|
cp: ["Usage: cp [src] [dst]", " ", "Copy a file on this server. To copy a file to another server use scp.", " "],
|
||||||
|
Loading…
Reference in New Issue
Block a user