Merge pull request #2788 from WesleyAC/fix-bw-dev-down-help-text

Fix help text for `bw-dev down`
This commit is contained in:
Mouse Reeve 2023-04-06 06:09:23 -07:00 committed by GitHub
commit 4b1012b185
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
bw-dev
View file

@ -287,7 +287,7 @@ case "$CMD" in
echo "Unrecognised command. Try:"
echo " setup"
echo " up [container]"
echo " down [container]"
echo " down"
echo " service_ports_web"
echo " initdb"
echo " resetdb"