From 3a3460744b3fa33a4b443949b2176d2d43e4c7ef Mon Sep 17 00:00:00 2001 From: jpk Date: Thu, 12 Jan 2023 15:24:34 +0100 Subject: [PATCH] Updated README.md to reflect changes to argument parsing --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index a43e201..9b52c90 100644 --- a/README.md +++ b/README.md @@ -45,9 +45,6 @@ Commands: list ``` -To add parameters to an control argument use "--" to end the *Doxy* parameter evaluation and pass -them to *docker-compose*. - ## Examples ### List available services @@ -62,7 +59,7 @@ Available Services ### Start a service and detach ```shell -$ doxy control other-service up -- -d +$ doxy control other-service up -d ``` ### Edit a service