diff --git a/src/Terminal/commands/scan.ts b/src/Terminal/commands/scan.ts index ed1f781fe..da5c262a4 100644 --- a/src/Terminal/commands/scan.ts +++ b/src/Terminal/commands/scan.ts @@ -12,7 +12,7 @@ export function scan( args: (string | number | boolean)[], ): void { if (args.length !== 0) { - terminal.error("Incorrect usage of netstat/scan command. Usage: netstat/scan"); + terminal.error("Incorrect usage of scan command. Usage: scan"); return; }