From 04bd53c62f13b95457ed23471274a1d84daa1e3d Mon Sep 17 00:00:00 2001 From: i4k Date: Tue, 22 Oct 2024 17:52:51 +0100 Subject: [PATCH] chore: improve --parallel description. Signed-off-by: i4k --- cmd/terramate/cli/cli.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/terramate/cli/cli.go b/cmd/terramate/cli/cli.go index 7417be492..ce2240056 100644 --- a/cmd/terramate/cli/cli.go +++ b/cmd/terramate/cli/cli.go @@ -152,7 +152,7 @@ type cliSpec struct { } `cmd:"" help:"Run command in the stacks"` Generate struct { - Parallel int `env:"TM_ARG_GENERATE_PARALLEL" short:"j" optional:"true" help:"Run independent stacks in parallel."` + Parallel int `env:"TM_ARG_GENERATE_PARALLEL" short:"j" optional:"true" help:"Set the parallelism of code generation"` DetailedExitCode bool `default:"false" help:"Return a detailed exit code: 0 nothing changed, 1 an error happened, 2 changes were made."` } `cmd:"" help:"Run Code Generation in stacks."`