docs(helpers): change help text for container name

This commit is contained in:
Asif Bacchus 2021-07-27 14:35:57 -06:00
parent a2b08d5a72
commit a1e2911dc0
1 changed files with 1 additions and 1 deletions

View File

@ -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."