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

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