diff --git a/starport/interface/cli/starport/cmd/serve.go b/starport/interface/cli/starport/cmd/serve.go index 850fe421e7..c7a2070f22 100644 --- a/starport/interface/cli/starport/cmd/serve.go +++ b/starport/interface/cli/starport/cmd/serve.go @@ -24,7 +24,7 @@ func NewServe() *cobra.Command { c.Flags().StringVarP(&appPath, "path", "p", "", "Path of the app") c.Flags().BoolP("verbose", "v", false, "Verbose output") c.Flags().BoolP(flagForceReset, "f", false, "Force reset of the app state on start and every source change") - c.Flags().BoolP(flagResetOnce, "r", false, "Reset of -the app state on first start") + c.Flags().BoolP(flagResetOnce, "r", false, "Reset of the app state on first start") c.Flags().StringP(flagConfig, "c", "", "Starport config file (default: ./config.yml)") return c