From 4d18a8578a01b098d0d8f4656cebd1a4cd623a4c Mon Sep 17 00:00:00 2001 From: Jonas Kaninda Date: Thu, 7 Nov 2024 10:45:23 +0100 Subject: [PATCH] chore: update server cmd --- cmd/root.go | 2 +- cmd/server.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)