mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-22 15:43:49 +01:00
minor tweak to scp error message
This commit is contained in:
parent
0a63de4539
commit
52f2e52456
@ -14,7 +14,7 @@ export function scp(
|
|||||||
): void {
|
): void {
|
||||||
try {
|
try {
|
||||||
if (args.length !== 2) {
|
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;
|
return;
|
||||||
}
|
}
|
||||||
const scriptname = terminal.getFilepath(args[0] + "");
|
const scriptname = terminal.getFilepath(args[0] + "");
|
||||||
|
Loading…
Reference in New Issue
Block a user