diff --git a/lib/buildinfo/tags.go b/lib/buildinfo/tags.go index 945a1e445..aedac5fc3 100644 --- a/lib/buildinfo/tags.go +++ b/lib/buildinfo/tags.go @@ -7,7 +7,7 @@ import ( ) // Tags contains slice of build tags. -// The `cmount` tag is added by cmd/cmount/mount.go only if build is static. +// The `cmount` tag is added by cmd/cmount/mount.go only if cmount command is supported. // The `noselfupdate` tag is added by cmd/selfupdate/noselfupdate.go // Other tags including `cgo` are detected in this package. var Tags []string