From 7805b72457729cef9e262261607cd776406023f1 Mon Sep 17 00:00:00 2001 From: Andrew Cooper Date: Thu, 23 Dec 2021 00:58:17 +0000 Subject: [PATCH] 'help run' docs now mentions coding contracts. --- src/Terminal/HelpText.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, ",