From 88cc9e39e062fff0800faeeffe8b59fc43ccf7e5 Mon Sep 17 00:00:00 2001 From: Wade Barnes Date: Wed, 9 Mar 2022 08:58:33 -0800 Subject: [PATCH] Fix issue with ./manage -h - Remove '`' from the usage documentation since it is causes the contained text to be interpreted as instructions. Signed-off-by: Wade Barnes --- docker/manage | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/manage b/docker/manage index b69308980..b452af23a 100755 --- a/docker/manage +++ b/docker/manage @@ -74,8 +74,8 @@ usage() { Note that to run "scale" you need to update the docker-compose.yml file to REMOVE exposed ports from the vcr-api and vcr-agent containers. - You also need to FIRST run `./manage start` to initialize the agent and wallet, then run - `./manage stop` and then `./manage scale`. + You also need to FIRST run './manage start' to initialize the agent and wallet, then run + './manage stop' and then './manage scale'. restart - Re-starts the application containers, useful when updating one of the container images during development.