diff --git a/branch/main/docker_compose_module.html b/branch/main/docker_compose_module.html
index d9053a4c..1e09578b 100644
--- a/branch/main/docker_compose_module.html
+++ b/branch/main/docker_compose_module.html
@@ -474,7 +474,7 @@ see services
list / elements=string
-When state is present run docker-compose up resp. docker-compose stop (with stopped) resp. docker-compose restart (with restarted) on a subset of services.
When state is present run docker-compose up resp. docker-compose stop (with stopped=true) resp. docker-compose restart (with restarted=true) on a subset of services.
If empty, which is the default, the operation will be performed on all services defined in the Compose file (or inline definition).
string
Desired state of the project.
-Specifying present is the same as running docker-compose up resp. docker-compose stop (with stopped) resp. docker-compose restart (with restarted).
Specifying present is the same as running docker-compose up resp. docker-compose stop (with stopped=true) resp. docker-compose restart (with restarted=true).
Specifying absent is the same as running docker-compose down.
Choices: