Skip to content

Commit ed127e6

Browse files
committed
build: add nonfs tag
1 parent 5ea4ceb commit ed127e6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cmd/build/main.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@ func parseFlags() (mode buildMode, tags string, output string) {
110110
tagsUsage = "a comma-separated list of build tags" +
111111
"\nsupported in addition to Go's standard tags:" +
112112
"\nnofuse - build without FUSE host support" +
113-
"\nnoipfs - build without IPFS guest support"
113+
"\nnoipfs - build without IPFS guest support" +
114+
"\nnonfs - build without NFS host & guest support"
114115
)
115116
flagSet.StringVar(&tags, tagName, "", tagsUsage)
116117
const (

0 commit comments

Comments
 (0)