Skip to content

Commit

Permalink
chore: update naming
Browse files Browse the repository at this point in the history
  • Loading branch information
bjarneo committed Nov 11, 2024
1 parent 2f087f7 commit 4b0f38a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const helpText = `
Docker Deployment Tool
Usage:
deploy [options]
copepod [options]
Options:
--host Remote host to deploy to
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4b0f38a

Please sign in to comment.