diff --git a/pkg/cmd/exec/exec.go b/pkg/cmd/exec/exec.go index e7f0cd924..86000d11d 100644 --- a/pkg/cmd/exec/exec.go +++ b/pkg/cmd/exec/exec.go @@ -58,7 +58,7 @@ func NewCmdExec(t *terminal.Terminal, store ExecStore, noLoginStartStore ExecSto var host bool cmd := &cobra.Command{ Annotations: map[string]string{"access": ""}, - Use: "exec [instance...] ", + Use: `exec [instance...] ""`, DisableFlagsInUseLine: true, Short: "Execute a command on instance(s)", Long: execLong,