mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-01-12 08:17:34 +01:00
FIX: old name netstat/scan to just scan
seems like an old/deprecated name not used anywhere else
This commit is contained in:
parent
9ddb1c4379
commit
cc3452a766
@ -12,7 +12,7 @@ export function scan(
|
|||||||
args: (string | number | boolean)[],
|
args: (string | number | boolean)[],
|
||||||
): void {
|
): void {
|
||||||
if (args.length !== 0) {
|
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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user