dev: install.sh fix usage message (#4406)

This commit is contained in:
Olivier Mengué 2024-02-21 19:13:23 +01:00 committed by GitHub
parent bcd015e307
commit fb1ec9d08f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,10 +6,10 @@ usage() {
cat <<EOF
$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
-d turns on debug logging
[tag] is a tag from
<tag> is a tag from
https://github.com/golangci/golangci-lint/releases
If tag is missing, then the latest will be used.