From 65d21438ef6921353288a13aba7d2075182300d6 Mon Sep 17 00:00:00 2001 From: Malfurious Date: Sat, 19 Aug 2023 03:57:03 -0400 Subject: acid: Touch up some documentation Signed-off-by: Malfurious --- acid/cyche-build | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'acid/cyche-build') diff --git a/acid/cyche-build b/acid/cyche-build index 8363f60..310a087 100755 --- a/acid/cyche-build +++ b/acid/cyche-build @@ -7,13 +7,13 @@ # # In the typical case, this is a straightforward process and `docker compose up` # can properly recreate/start containers for the guest service. However, when -# rebuilding cychedelic itself, --self must be given, to instruct this file to -# modify its behavior to support self-upgrade of the running compose service. +# rebuilding cychedelic itself, `--self` must be given, which modifies this +# script to support self-upgrade of the running compose service. # # In `--self` mode, we prepare and start the cychedelic service under an # alternate project name each time, before taking down the existing (old) # services. This is necessary because running `docker compose up` terminates -# old containers before starting new one. Termination of the ACID service +# old containers before starting new ones. Termination of the ACID service # interrupts the `compose up` process before it can start the replacements. # Normally, `docker compose down` is then not needed. # -- cgit v1.2.3