Skip to content

Commit

Permalink
tweak help text casing
Browse files Browse the repository at this point in the history
  • Loading branch information
abuchanan-airbyte authored Jan 22, 2025
1 parent 6e48a5e commit 8fd1099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/local/local_install.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
type InstallCmd struct {
Chart string `help:"Path to chart." xor:"chartver"`
ChartVersion string `help:"Version to install." xor:"chartver"`
DisableAuth bool `help:"Disable Auth."`
DisableAuth bool `help:"Disable auth."`
DockerEmail string `group:"docker" help:"Docker email." env:"ABCTL_LOCAL_INSTALL_DOCKER_EMAIL"`
DockerPassword string `group:"docker" help:"Docker password." env:"ABCTL_LOCAL_INSTALL_DOCKER_PASSWORD"`
DockerServer string `group:"docker" default:"https://index.docker.io/v1/" help:"Docker server." env:"ABCTL_LOCAL_INSTALL_DOCKER_SERVER"`
Expand Down

0 comments on commit 8fd1099

Please sign in to comment.