diff --git a/cmd/serve.go b/cmd/serve.go index 81b33c8320..d71ec65a3f 100644 --- a/cmd/serve.go +++ b/cmd/serve.go @@ -22,7 +22,7 @@ import ( // serveCmd represents the serve command var serveCmd = &cobra.Command{ - Use: "serve", + Use: "serve", Run: func(cmd *cobra.Command, args []string) { fmt.Println(cmd.UsageString()) },