From 01776bffac7b7040d8ef5fca2a3f035178cc1087 Mon Sep 17 00:00:00 2001 From: Master-Guy <566429+Master-Guy@users.noreply.github.com> Date: Thu, 17 Mar 2022 13:00:07 +0100 Subject: [PATCH] remove IP option from connect helptext --- src/Terminal/HelpText.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Terminal/HelpText.ts b/src/Terminal/HelpText.ts index ba19f49c8..37dabf690 100644 --- a/src/Terminal/HelpText.ts +++ b/src/Terminal/HelpText.ts @@ -190,9 +190,9 @@ export const HelpTexts: IMap = { 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.", " "],