summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
Diffstat (limited to 'Build')
-rwxr-xr-xBuild/tools/tpm-check2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/tools/tpm-check b/Build/tools/tpm-check
index ae99d433c95..65bb9cf761d 100755
--- a/Build/tools/tpm-check
+++ b/Build/tools/tpm-check
@@ -31,6 +31,6 @@ done
# Without --clean, buildPatternsPackage (for example) doesn't get called.
# Therefore, the debugging procedure is:
# change code,
-# run update-tpm TLCore (or whatever),
+# run update-tpm TLCore (or whatever; this does the --clean update),
# run tpm-check cov (or whatever).
# Painful.