Skip to content

Commit

Permalink
chore: amend minor typo in serve cmd help (#1327)
Browse files Browse the repository at this point in the history
  • Loading branch information
deniseli authored Apr 24, 2024
1 parent c214d92 commit fd83229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/ftl/cmd_serve.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ type serveCmd struct {
Recreate bool `help:"Recreate the database even if it already exists." default:"false"`
Controllers int `short:"c" help:"Number of controllers to start." default:"1"`
Background bool `help:"Run in the background." default:"false"`
Stop bool `help:"Stop the running FTL instance. Can be used to --background to restart the server" default:"false"`
Stop bool `help:"Stop the running FTL instance. Can be used with --background to restart the server" default:"false"`
StartupTimeout time.Duration `help:"Timeout for the server to start up." default:"1m"`
controller.CommonConfig
}
Expand Down

0 comments on commit fd83229

Please sign in to comment.