Refactor and clean up

This commit is contained in:
Deluan
2020-07-02 17:21:25 -04:00
parent d2e4cade62
commit a65c9bbb16
5 changed files with 44 additions and 51 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ func init() {
var versionCmd = &cobra.Command{
Use: "version",
Short: "Print the version number of Navidrome",
Short: "Print Navidrome's version",
Long: `All software has versions. This is Navidrome's`,
Run: func(cmd *cobra.Command, args []string) {
fmt.Println(consts.Version())