Skip to content

Commit fb1ec9d

Browse files
authored
dev: install.sh fix usage message (#4406)
1 parent bcd015e commit fb1ec9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ usage() {
66
cat <<EOF
77
$this: download go binaries for golangci/golangci-lint
88
9-
Usage: $this [-b] bindir [-d] [tag]
9+
Usage: $this [-b <bindir>] [-d] [<tag>]
1010
-b sets bindir or installation directory, Defaults to ./bin
1111
-d turns on debug logging
12-
[tag] is a tag from
12+
<tag> is a tag from
1313
https://github.com/golangci/golangci-lint/releases
1414
If tag is missing, then the latest will be used.
1515

0 commit comments

Comments
 (0)