Update make help description

This commit is contained in:
Vincent Letourneau
2017-07-30 15:30:05 +02:00
parent eb62e0466f
commit a8e0c22636
2 changed files with 10 additions and 6 deletions

View File

@@ -13,9 +13,9 @@ help:
@echo " apidoc Generate documentation of API"
@echo " code-sniff Check the API with PHP Code Sniffer (PSR2)"
@echo " clean Clean directories for reset"
@echo " composer-up Update php composer"
@echo " composer-up Update PHP dependencies with composer"
@echo " docker-start Create and start containers"
@echo " docker-stop Stop all services"
@echo " docker-stop Stop and clear all services"
@echo " gen-certs Generate SSL certificates"
@echo " logs Follow log output"
@echo " mysql-dump Create backup of whole database"