From 4abc52dd08783755d4613f43cf5d55d24a76baf4 Mon Sep 17 00:00:00 2001 From: cialloo Date: Sun, 5 Oct 2025 09:07:58 +0800 Subject: [PATCH] update --- script/cd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)" }