From c170c134e9bb3c12adaf256ce36d3890d9cc2e53 Mon Sep 17 00:00:00 2001 From: Gineus <41481916+Gineus@users.noreply.github.com> Date: Fri, 23 Jul 2021 07:08:43 +0200 Subject: [PATCH] Corrected wrong description for `make stop` --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d67c551..5bc71df 100644 --- a/Makefile +++ b/Makefile @@ -30,6 +30,6 @@ help: @echo " init install all dependencies for environment" @echo " build build all containers" @echo " run Run all containers using docker-compose" - @echo " stop Run all containers using docker-compose" + @echo " stop Stop all containers using docker-compose" @echo " urls List services URLs running on docker-compose" @echo " help display this information"