dev: install.sh fix usage message (#4406)
This commit is contained in:
parent
bcd015e307
commit
fb1ec9d08f
@ -6,10 +6,10 @@ usage() {
|
|||||||
cat <<EOF
|
cat <<EOF
|
||||||
$this: download go binaries for golangci/golangci-lint
|
$this: download go binaries for golangci/golangci-lint
|
||||||
|
|
||||||
Usage: $this [-b] bindir [-d] [tag]
|
Usage: $this [-b <bindir>] [-d] [<tag>]
|
||||||
-b sets bindir or installation directory, Defaults to ./bin
|
-b sets bindir or installation directory, Defaults to ./bin
|
||||||
-d turns on debug logging
|
-d turns on debug logging
|
||||||
[tag] is a tag from
|
<tag> is a tag from
|
||||||
https://github.com/golangci/golangci-lint/releases
|
https://github.com/golangci/golangci-lint/releases
|
||||||
If tag is missing, then the latest will be used.
|
If tag is missing, then the latest will be used.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user