Skip to content

Commit

Permalink
cli:fix - typo on description of enable-shellcheck flag (#840)
Browse files Browse the repository at this point in the history
Signed-off-by: Matheus Alcantara <matheus.alcantara@zup.com.br>
  • Loading branch information
matheusalcantarazup authored Dec 3, 2021
1 parent 59c327f commit ed74940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/app/start/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit ed74940

Please sign in to comment.