CLI: Remove redundant Cmd prefix from commands

This commit is contained in:
Jason Wilder
2015-02-15 13:36:10 -07:00
parent 90cd10e034
commit ca4124940a
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ import (
"github.com/grafana/grafana/pkg/social"
)
var CmdWeb = cli.Command{
var Web = cli.Command{
Name: "web",
Usage: "grafana web",
Description: "Starts Grafana backend & web server",