Răsfoiți Sursa

Update Makefile

Jenyamba 1 an în urmă
părinte
comite
1c5d7ca5d4
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      compose/Makefile

+ 1 - 1
compose/Makefile

@@ -19,7 +19,7 @@ help:
 	@echo ""
 	@echo "$(call yellow,Use the following CLI commands:)"
 	@echo "$(call red,===============================)"
-	@echo "$(call format,analyse,'Run `phpstan analyse` within the container to statically analyse code, passing in directory to analyse. Ex. `bin/analyse app/code`')"
+	@echo "$(call format,analyse,'Run `phpstan analyse` within the container to statically analyse code, passing in directory to analyse.')"
 	@echo "$(call format,bash,'Drop into the bash prompt of your Docker container.')"
 	@echo "$(call format,cache-clean,'Access the cache-clean CLI.')"
 	@echo "$(call format,cli,'Run any CLI command without going into the bash prompt.')"