mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-22 23:53:48 +01:00
Merge pull request #2145 from mikomyazaki/2137-run-cct
Helptext for run now mentions coding contracts
This commit is contained in:
commit
c056ef2854
@ -323,7 +323,7 @@ export const HelpTexts: IMap<string[]> = {
|
|||||||
run: [
|
run: [
|
||||||
"run [file name] [-t] [num threads] [args...]",
|
"run [file name] [-t] [num threads] [args...]",
|
||||||
" ",
|
" ",
|
||||||
"Execute a program or a script.",
|
"Execute a program, script or coding contract.",
|
||||||
" ",
|
" ",
|
||||||
"The '[-t]', '[num threads]', and '[args...]' arguments are only valid when running a script. The '-t' flag is used ",
|
"The '[-t]', '[num threads]', and '[args...]' arguments are only valid when running a script. The '-t' flag is used ",
|
||||||
"to indicate that the script should be run with the specified number of threads. If the flag is omitted, ",
|
"to indicate that the script should be run with the specified number of threads. If the flag is omitted, ",
|
||||||
|
Loading…
Reference in New Issue
Block a user