Updated README.md to reflect changes to argument parsing

This commit is contained in:
jpk 2023-01-12 15:24:34 +01:00
parent 8a21bb3834
commit 3a3460744b
1 changed files with 1 additions and 4 deletions

View File

@ -45,9 +45,6 @@ Commands:
list list
``` ```
To add parameters to an control argument use "--" to end the *Doxy* parameter evaluation and pass
them to *docker-compose*.
## Examples ## Examples
### List available services ### List available services
@ -62,7 +59,7 @@ Available Services
### Start a service and detach ### Start a service and detach
```shell ```shell
$ doxy control other-service up -- -d $ doxy control other-service up -d
``` ```
### Edit a service ### Edit a service