Merge pull request #2977 from citrusmunch/scan-usage

FIX: old name netstat/scan to just scan
This commit is contained in:
hydroflame 2022-03-01 10:38:10 -05:00 committed by GitHub
commit 5c6640dcde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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;
}