diff --git a/cmd/app/start/start.go b/cmd/app/start/start.go index 4764fe07b..5c8cdee18 100644 --- a/cmd/app/start/start.go +++ b/cmd/app/start/start.go @@ -257,7 +257,7 @@ func (s *Start) CreateStartCommand() *cobra.Command { BoolP( "enable-shellcheck", "j", s.configs.EnableShellCheck, - "Enable shellcheck. Example -h=\"true\". Default: false", + `Enable shellcheck. Example -j="true". Default: false`, ) if !dist.IsStandAlone() {