We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcd015e commit fb1ec9dCopy full SHA for fb1ec9d
install.sh
@@ -6,10 +6,10 @@ usage() {
6
cat <<EOF
7
$this: download go binaries for golangci/golangci-lint
8
9
-Usage: $this [-b] bindir [-d] [tag]
+Usage: $this [-b <bindir>] [-d] [<tag>]
10
-b sets bindir or installation directory, Defaults to ./bin
11
-d turns on debug logging
12
- [tag] is a tag from
+ <tag> is a tag from
13
https://github.com/golangci/golangci-lint/releases
14
If tag is missing, then the latest will be used.
15
0 commit comments