updated usage function

This commit is contained in:
Gilles Mouchet 2026-02-09 11:29:19 +01:00
parent 425497e0d5
commit 0897e9609f

View File

@ -49,14 +49,15 @@ ${SCRIPT_NAME} - Version: $VERSION ($UPDATE_DATE) - Gilles Mouchet (gilles.mouch
Usage: $SCRIPT_NAME <options>
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 <env_name> environment name (MANDATORY)
--stop stop docker compose
--start start docker compose as daemon
--version version
--help this help
EOF
exit 1