chore: update server cmd

This commit is contained in:
2024-11-07 10:45:23 +01:00
parent 3eb3bd548b
commit 4d18a8578a
2 changed files with 2 additions and 2 deletions

View File

@@ -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(),

View File

@@ -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)