diff --git a/Ghidra/RuntimeScripts/Common/support/analyzeHeadlessREADME.html b/Ghidra/RuntimeScripts/Common/support/analyzeHeadlessREADME.html
index dfbea0d5de..a209c98104 100644
--- a/Ghidra/RuntimeScripts/Common/support/analyzeHeadlessREADME.html
+++ b/Ghidra/RuntimeScripts/Common/support/analyzeHeadlessREADME.html
@@ -361,8 +361,13 @@ The Headless Analyzer uses the command-line parameters discussed below. See script.log
in the user directory, by default.
- NOTE: Only the built-in scripting print methods will print to the the script log file
- (print, println, printf, printerr).
+ Note: Only the built-in scripting print methods will print to the the
+ script log file (
Also note that in Python scripts,
@@ -519,7 +524,7 @@ The Headless Analyzer uses the command-line parameters discussed below. See
- NOTE: In some cases, password entry will be echoed to the console (a warning will show at
+ Note: In some cases, password entry will be echoed to the console (a warning will show at
password prompt).
@@ -881,7 +886,7 @@ public class Script1 extends GhidraScript {
-NOTE: To check whether analysis is currently enabled, use the following method: +Note: To check whether analysis is currently enabled, use the following method:
boolean analysisEnabled = isHeadlessAnalysisEnabled();