diff --git a/src/Terminal/commands/scp.ts b/src/Terminal/commands/scp.ts index 4855bc152..f1561d6d4 100644 --- a/src/Terminal/commands/scp.ts +++ b/src/Terminal/commands/scp.ts @@ -14,7 +14,7 @@ export function scp( ): void { try { if (args.length !== 2) { - terminal.error("Incorrect usage of scp command. Usage: scp [file] [destination hostname/ip]"); + terminal.error("Incorrect usage of scp command. Usage: scp [file] [destination hostname]"); return; } const scriptname = terminal.getFilepath(args[0] + "");