diff --git a/script/cd.sh b/script/cd.sh index 7c385d0..40fd250 100644 --- a/script/cd.sh +++ b/script/cd.sh @@ -46,7 +46,7 @@ print_help() { echo " DATABASE_DSN Database connection string" echo " FORCE_RESTART Force rollout restart (default: true)" echo "" - echo "Commands: + echo "Commands:" echo " deploy Deploy application to Kubernetes" echo " help Show this help message (default)" }