diff --git a/cmd/root.go b/cmd/root.go index b69d868..bbe5bf3 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -26,7 +26,7 @@ import ( // rootCmd represents var rootCmd = &cobra.Command{ Use: "goma", - Short: "Goma Gateway is a lightweight API Gateway, Reverse Proxy", + Short: "Goma Gateway is a lightweight API Gateway Management", Long: `.`, Example: util.MainExample, Version: util.FullVersion(), diff --git a/cmd/server.go b/cmd/server.go index 70480b4..a8fd173 100644 --- a/cmd/server.go +++ b/cmd/server.go @@ -50,7 +50,7 @@ var ServerCmd = &cobra.Command{ } func init() { - ServerCmd.Flags().StringP("config", "", "", "Goma config file") + ServerCmd.Flags().StringP("config", "c", "", "Path to the configuration filename") } func intro() { nameFigure := figure.NewFigure("Goma", "", true)