From ed749403ae76feb43e1e146b6c598723d4a228fb Mon Sep 17 00:00:00 2001 From: matheusalcantarazup <84723211+matheusalcantarazup@users.noreply.github.com> Date: Fri, 3 Dec 2021 09:59:42 -0300 Subject: [PATCH] cli:fix - typo on description of enable-shellcheck flag (#840) Signed-off-by: Matheus Alcantara --- cmd/app/start/start.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {