From 0897e9609f059356979aab79cbd42c69f8041c96 Mon Sep 17 00:00:00 2001 From: Gilles Mouchet Date: Mon, 9 Feb 2026 11:29:19 +0100 Subject: [PATCH] updated usage function --- manage.sh | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) 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