Merge pull request #3151 from Master-Guy/issues/2877

Remove IP option from connect helptext
This commit is contained in:
hydroflame 2022-03-17 12:04:53 -04:00 committed by GitHub
commit 9453537af4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -190,9 +190,9 @@ export const HelpTexts: IMap<string[]> = {
connect: [
"Usage: connect [hostname]",
" ",
"Connect to a remote server. The hostname or IP address of the remote server must be given as the argument ",
"to this command. Note that only servers that are immediately adjacent to the current server in the network can be connected to. To ",
"see which servers can be connected to, use the 'scan' command.",
"Connect to a remote server. The hostname of the remote server must be given as the argument to this command.",
"Note that only servers that are immediately adjacent to the current server in the network can be connected to.",
"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.", " "],