Fix commands descriptions

This commit is contained in:
ErickSkrauch
2018-02-14 23:49:22 +03:00
parent 055f3ce6c0
commit 8dd6a581a9
4 changed files with 7 additions and 7 deletions

View File

@@ -16,7 +16,7 @@ import (
var serveCmd = &cobra.Command{
Use: "serve",
Short: "Runs the system server skins",
Short: "Starts http handler for the skins system",
Run: func(cmd *cobra.Command, args []string) {
logger, err := bootstrap.CreateLogger(viper.GetString("statsd.addr"), viper.GetString("sentry.dsn"))
if err != nil {