From a1e2911dc07412afd7cb42efb054ad03cfde5e46 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Tue, 27 Jul 2021 14:35:57 -0600 Subject: [PATCH] docs(helpers): change help text for container name --- helpers/ab-nginx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/ab-nginx.sh b/helpers/ab-nginx.sh index f4dab7d..cdaa460 100644 --- a/helpers/ab-nginx.sh +++ b/helpers/ab-nginx.sh @@ -65,7 +65,7 @@ scriptHelp() { textblockParam 'parameter in cyan' 'default in yellow' newline textblockParam '-n|--name' 'ab-nginx' - textblock "Change the name of the container. This is cosmetic and does not affect operation in any way." + textblock "Set the name of the container, otherwise the default will be used." newline textblockParam '-s|--shell' 'off: run in detached mode' textblock "Enter the container using an interactive ASH/BusyBox shell. This happens after startup operations but *before* nginx is actually started. This is a great way to see configuration changes possibly stopping nginx from starting normally."