diff --git a/manage.sh b/manage.sh index 2956a8f..961a456 100755 --- a/manage.sh +++ b/manage.sh @@ -49,14 +49,15 @@ ${SCRIPT_NAME} - Version: $VERSION ($UPDATE_DATE) - Gilles Mouchet (gilles.mouch Usage: $SCRIPT_NAME Options: - --bash open shell root in container wp - --console start docker compose as console - --delete stop and delete container and delete files in ${WP_ROOT_FOLDER} - --down stop docker compose and delete container - --stop stop docker compose - --start start docker compose as daemon - --version version - --help this help + --bash open shell root in container wp + --console start docker compose as console + --delete stop and delete container and delete files in ${WP_ROOT_FOLDER} + --down stop docker compose and delete container + --env environment name (MANDATORY) + --stop stop docker compose + --start start docker compose as daemon + --version version + --help this help EOF exit 1