diff --git a/python/dune/generator/template/dune-compiler_launcher.sh b/python/dune/generator/template/dune-compiler_launcher.sh
index 2eab969cded0fa2cc2481f2bb7945b3453a1faf2..0567445c9ff4a924cbd11ca41d9b699a82350a93 100755
--- a/python/dune/generator/template/dune-compiler_launcher.sh
+++ b/python/dune/generator/template/dune-compiler_launcher.sh
@@ -4,7 +4,7 @@
 ####################################################################################
 # Usage: Use this script as compiler launcher within cmake, i.e.
 #
-# -DCMAKE_CXX_COMPILER_LAUNCHER=path_to_dune/dune-common/bin/compiler_launcher.sh
+# -DCMAKE_CXX_COMPILER_LAUNCHER=path_to_dune/dune-common/python/dune/generator/template/dune-compiler_launcher.sh
 #
 # In addition set -DCMAKE_CXX_FLAGS="" to only get compiler flags added by the
 # cmake configuration. Set you own compiler flags by setting