diff --git a/bin/detect b/bin/detect
index 37252b59d8f62710909671c5adeaf49410242b88..034e4c8b78711bf6acfb153f2270776311bdeb84 100755
--- a/bin/detect
+++ b/bin/detect
@@ -1,5 +1,5 @@
 #!/usr/bin/env bash
-# bin/name <build-dir>
+# bin/detect <build-dir>
 
 BUILD_DIR=$1
 [ -f $BUILD_DIR/requirements.txt ] || exit 1 # fail fast if no requirements.txt