diff --git a/devTools/scripts/dependencyCheck.bat b/devTools/scripts/dependencyCheck.bat
index e3903ebbafdbcb33dd75b7431e06a5d829d238d9..82e3799890707f7d439eea41cc80daa90758eaf7 100644
--- a/devTools/scripts/dependencyCheck.bat
+++ b/devTools/scripts/dependencyCheck.bat
@@ -79,6 +79,9 @@ ECHO       Javascript linting to catch bugs early using ESLint: https://eslint.o
 ECHO       Javascript type checking to catch bugs early using the Typescript compiler: https://www.typescriptlang.org/
 ECHO       Custom sanity checks to catch common errors.
 ECHO       Spell checking using the cSpell project: https://cspell.org/
+ECHO       Tweaking of compiler and sanity check settings using 'setup.bat'
+ECHO       Manage and run FCHost using 'FCHost.bat'
+ECHO       Copy FC to FCHost (if installed) after each successful compile
 :: TODO: @franklygeorge: update as we add the rest of the features
 GOTO :eof
 
diff --git a/devTools/scripts/dependencyCheck.sh b/devTools/scripts/dependencyCheck.sh
index 1d9d8a68f72a0d7f5c05ab0755779454f61c9e85..16cc2f08e03f0c49a4e5f45010ce228aefc03e02 100755
--- a/devTools/scripts/dependencyCheck.sh
+++ b/devTools/scripts/dependencyCheck.sh
@@ -162,6 +162,9 @@ if [[ ! "$node" ]]; then
     echo "      Javascript type checking to catch bugs early using the Typescript compiler: https://www.typescriptlang.org/"
     echo "      Custom sanity checks to catch common errors."
     echo "      Spell checking using the cSpell project: https://cspell.org/"
+    echo "      Tweaking of compiler and sanity check settings using 'setup.sh'"
+    echo "      Manage and run FCHost using 'FCHost.sh'"
+    echo "      Copy FC to FCHost (if installed) after each successful compile"
     # TODO: @franklygeorge: update as we add the rest of the features
 fi