fix typos
Co-authored-by: Shohei YOSHIDA <syohex@gmail.com>
This commit is contained in:
parent
6f407f5287
commit
af030b381f
|
|
@ -408,8 +408,8 @@ case $state in
|
||||||
'-i[remove corresponding installed archive or binary]' \
|
'-i[remove corresponding installed archive or binary]' \
|
||||||
'-r[apply clean recursively on all dependencies]' \
|
'-r[apply clean recursively on all dependencies]' \
|
||||||
'-cache[remove the entire go build cache]' \
|
'-cache[remove the entire go build cache]' \
|
||||||
'-testcache[expire all test results in thego build cache]' \
|
'-testcache[expire all test results in the go build cache]' \
|
||||||
'-modcache[clean to remove the entire moduledownload cach]' \
|
'-modcache[clean to remove the entire module download cache]' \
|
||||||
'-fuzzcache[remove files stored in the Go build cache for fuzz testing]' \
|
'-fuzzcache[remove files stored in the Go build cache for fuzz testing]' \
|
||||||
${build_flags[@]} \
|
${build_flags[@]} \
|
||||||
${mod_flags[@]} \
|
${mod_flags[@]} \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue