From 4b0f38ab9d99b9c70e8865d86b0d415351991dbf Mon Sep 17 00:00:00 2001 From: bjarneo Date: Mon, 11 Nov 2024 21:45:34 +0100 Subject: [PATCH] chore: update naming --- main.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/main.go b/main.go index 0a48423..2ad33be 100644 --- a/main.go +++ b/main.go @@ -48,7 +48,7 @@ const helpText = ` Docker Deployment Tool Usage: - deploy [options] + copepod [options] Options: --host Remote host to deploy to @@ -76,9 +76,9 @@ Environment Variables: ENV_FILE Environment file Examples: - deploy --host example.com --user deploy - deploy --host example.com --user deploy --container-name myapp --container-port 8080 - deploy --env-file .env.production + copepod --host example.com --user deploy + copepod --host example.com --user deploy --container-name myapp --container-port 8080 + copepod --env-file .env.production ` // NewLogger creates a new logger instance