Skip to content

Commit

Permalink
Updating help message
Browse files Browse the repository at this point in the history
  • Loading branch information
jtyr committed Apr 20, 2021
1 parent 9f3c7e2 commit 02c8e54
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Then you can run any of the commands bellow.

```
$ gcapi-cli --help
gcapi-cli is a tool that allows an easy access to the Grafana Cloud API.
gcapi-cli is a tool that allows an easy access to the Grafana Cloud API and Grafana API.
Usage:
gcapi-cli [flags]
Expand All @@ -71,8 +71,8 @@ Available Commands:
version Show version
Flags:
-t, --cloud-api-token string Grafana Cloud API token
-f, --cloud-api-token-file string path to a file containing the Grafana Cloud API token
-t, --cloud-api-token string token used to authenticate to the Grafana Cloud API
-f, --cloud-api-token-file string path to a file containing the token used to authenticate to the Grafana Cloud API
-h, --help help for gcapi-cli
--timestamps enable Log timestamps
-v, --version version for gcapi-cli
Expand Down
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ var flags = rootFlags{}
var rootCmd = &cobra.Command{
Use: "gcapi-cli",
Short: "Tool to access Grafana Cloud API",
Long: "gcapi-cli is a tool that allows an easy access to the Grafana Cloud API.",
Long: "gcapi-cli is a tool that allows an easy access to the Grafana Cloud API and Grafana API.",
SilenceErrors: true,
SilenceUsage: true,
Version: version.GetVersion(),
Expand Down

0 comments on commit 02c8e54

Please sign in to comment.