client: docker.bash: fix help usage (dev-tools alias)

This commit is contained in:
2024-07-27 22:05:31 -07:00
parent e9bd7f322f
commit 6b5c8af925

View File

@@ -131,7 +131,7 @@ function main()
$ alias dev-tools=\"$0 dev-tools${global_arg_delim_1}${USER}:latest\" $ alias dev-tools=\"$0 dev-tools${global_arg_delim_1}${USER}:latest\"
\e[37;2m# Generate environment and build default image\e[0m \e[37;2m# Generate environment and build default image\e[0m
$ dev-tools gen && docker-finance_dev-tools build type${global_arg_delim_2}default $ dev-tools gen && dev-tools build type${global_arg_delim_2}default
\e[37;2m# Spawn a container with given command (removed after command finishes)\e[0m \e[37;2m# Spawn a container with given command (removed after command finishes)\e[0m
$ dev-tools run 'shellcheck --version' $ dev-tools run 'shellcheck --version'