We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d3e24a commit 37a5de7Copy full SHA for 37a5de7
starport/interface/cli/starport/cmd/serve.go
@@ -24,7 +24,7 @@ func NewServe() *cobra.Command {
24
c.Flags().StringVarP(&appPath, "path", "p", "", "Path of the app")
25
c.Flags().BoolP("verbose", "v", false, "Verbose output")
26
c.Flags().BoolP(flagForceReset, "f", false, "Force reset of the app state on start and every source change")
27
- 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")
28
c.Flags().StringP(flagConfig, "c", "", "Starport config file (default: ./config.yml)")
29
30
return c
0 commit comments