diff --git a/apps/swh-counters/entrypoint.sh b/apps/swh-counters/entrypoint.sh
index 40733c172e7d8325c3f0b6d203cd1651cb03b42e..778bf06c6f829f08422ba1899d64b6a7a4d6c09f 100644
--- a/apps/swh-counters/entrypoint.sh
+++ b/apps/swh-counters/entrypoint.sh
@@ -17,7 +17,7 @@ case "$1" in
         exec swh $@
         ;;
     *)
-        echo Starting the swh-search API server
+        echo Starting the swh-counters API server
         exec gunicorn --bind 0.0.0.0:${PORT} \
              --log-level ${SWH_LOG_LEVEL:-INFO} \
              --threads ${THREADS} \