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

@@ -13,8 +13,8 @@ import (
var cfgFile string
var RootCmd = &cobra.Command{
Use: "",
Short: "Nothing here",
Use: "chrly",
Short: "Implementation of Minecraft skins system server",
Version: bootstrap.GetVersion(),
}