mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Small update to commands
This commit is contained in:
parent
f66968ae02
commit
a8c90e2365
@ -54,13 +54,13 @@ var (
|
||||
},
|
||||
}
|
||||
DescribeDataSource = cli.Command{
|
||||
Name: "datasource:info",
|
||||
Name: "datasources:info",
|
||||
Usage: "describe the details of a datasource",
|
||||
Description: "Describes the details of a datasource",
|
||||
Action: describeDataSource,
|
||||
}
|
||||
DeleteDataSource = cli.Command{
|
||||
Name: "datasource:delete",
|
||||
Name: "datasources:delete",
|
||||
Usage: "Deletes a datasource",
|
||||
Description: "Deletes a datasource",
|
||||
Action: deleteDataSource,
|
||||
|
@ -23,7 +23,7 @@ import (
|
||||
|
||||
var Web = cli.Command{
|
||||
Name: "web",
|
||||
Usage: "grafana web",
|
||||
Usage: "Starts Grafana backend & web server",
|
||||
Description: "Starts Grafana backend & web server",
|
||||
Action: runWeb,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user