diff --git a/doc.zih.tu-dresden.de/util/pre-commit b/doc.zih.tu-dresden.de/util/pre-commit
index afda79e747efa6ef4514b85be0c8bed6e7aba82b..3c6d2ad2a66d4eeed8077681481fb87e5441483d 100755
--- a/doc.zih.tu-dresden.de/util/pre-commit
+++ b/doc.zih.tu-dresden.de/util/pre-commit
@@ -89,7 +89,7 @@ then
   exit_ok=no
 fi
 
-echo "Checking code styling for all files..."
+echo "Checking code styling for files..."
 docker run --name=hpc-compendium --rm -w /docs --mount src="$(pwd)",target=/docs,type=bind hpc-compendium ./doc.zih.tu-dresden.de/util/check-code-style.sh -a
 if [ $? -ne 0 ]
 then