diff --git a/src/Terminal/HelpText.ts b/src/Terminal/HelpText.ts index 090638868..3f143645a 100644 --- a/src/Terminal/HelpText.ts +++ b/src/Terminal/HelpText.ts @@ -323,7 +323,7 @@ export const HelpTexts: IMap = { 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, ",