Script comments.
diff --git a/script/acceptancetest b/script/acceptancetest
index 48bd9ff..d8039ae 100755
--- a/script/acceptancetest
+++ b/script/acceptancetest
@@ -1,5 +1,5 @@
 #!/bin/bash
 #
-# Run all the tests.
+# Run the acceptance tests.
 
 exec go test -tags 'acceptance fixtures' ./acceptance/... $@