Skip to content
Snippets Groups Projects
Commit 20654acf authored by Tom Wilkie's avatar Tom Wilkie
Browse files

Typo, fixes #15.


Signed-off-by: default avatarTom Wilkie <tom.wilkie@gmail.com>
parent 5ec9dfc5
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ the requests are printed to help with integration work.
```
$ logcli help
usage: logcpi [<flags>] <command> [<args> ...]
usage: logcli [<flags>] <command> [<args> ...]
A command-line for logish.
......@@ -53,7 +53,7 @@ Commands:
Find values for a given label.
$ logcli help query
usage: logcpi query [<flags>] <query> [<regex>]
usage: logcli query [<flags>] <query> [<regex>]
Run a LogQL query.
......
......@@ -21,7 +21,7 @@ import (
)
var (
app = kingpin.New("logcpi", "A command-line for logish.")
app = kingpin.New("logcli", "A command-line for logish.")
addr = app.Flag("addr", "Server address.").Default("https://log-us.grafana.net").Envar("GRAFANA_ADDR").String()
username = app.Flag("username", "Username for HTTP basic auth.").Default("").Envar("GRAFANA_USERNAME").String()
password = app.Flag("password", "Password for HTTP basic auth.").Default("").Envar("GRAFANA_PASSWORD").String()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment