From bd82b4b0a2c063110e6894e36dec8b78c60c5242 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Wed, 3 Jul 2024 21:07:27 +1000 Subject: [PATCH] Update README.md - fix spelling --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 91420bb..7d59d65 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,9 @@ You can specify: - run script via include or _internalRequest (which runs the Application.cfc if present, default ) `-DexecuteScriptByInclude="true"` - any extra extensions `-Dextensions=` (default ``) - manual extension install (`*.lex`) from a directory `-DextensionDir=` (default ``) -- compile all cfml under webroot `-Dcompile="true"` +- compile all CFML under webroot `-Dcompile="true"` - pass in a full .CFConfig.json file `-DluceeCFConfig="/path/to/.CFConfig.json` -- use a java debugger `-Ddebugger="true"` opens a java debugging port 5000, with suspend=y +- use a Java debugger `-Ddebugger="true"` opens a Java debugging port 5000, with suspend=y - preCleanup `-DpreCleanup="true"` purges the Lucee working dir before starting - postCleanup `-DpostCleanup="true"` purges the Lucee working dir after finishing