diff --git a/ahoy.test.yml b/ahoy.test.yml
index 4774f1bbb53cbe08c77cded7eee2b5b48622b54c..e1c0d20413a0ee76e488847685e7b640621985ca 100644
--- a/ahoy.test.yml
+++ b/ahoy.test.yml
@@ -79,10 +79,10 @@ commands:
       if [[ -f tests/junit/${module}.xml ]]; then JUNIT=--junit=tests/junit/${module}.xml; fi
       ahoy d4d exec vendor/bin/phpmetrics --report-html=tests/metrics/$module $JUNIT web/modules/contrib/$module $@
     usage: PHP Metrics by module
-  stylelintprepare:
+  preparecorefordev:
     cmd: |
       /usr/local/bin/node_cmd yarn --cwd web/core add stylelint-junit-formatter $@
-    usage: Prepare environment for style linter
+    usage: Prepare environment for other tests like style linter and cspell
   stylelintmodule:
     cmd: |
       module=$1