mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-13 11:13:50 +01:00
'help run' docs now mentions coding contracts.
This commit is contained in:
parent
88151efa61
commit
7805b72457
@ -323,7 +323,7 @@ export const HelpTexts: IMap<string[]> = {
|
||||
run: [
|
||||
"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 ",
|
||||
"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