Skip to content

Commit

Permalink
Fix --timeout help description
Browse files Browse the repository at this point in the history
  • Loading branch information
ido50 committed Oct 29, 2024
1 parent 9174f11 commit 2a02387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ type flags struct {
What []string `arg:"" optional:"" help:"Which IaC template to generate"`
Clipboard bool `help:"Copy generated code to clipboard (in --quiet mode)"`
ListModels bool `help:"List supported models and exit"`
Timeout int `help:"Generate code timeout in second" default:"60"`
Timeout int `help:"Timeout to generate code, in seconds" default:"60"`
Version bool `help:"Print aiac version and exit"`
}

Expand Down

0 comments on commit 2a02387

Please sign in to comment.