reference seaweedfs.com

This commit is contained in:
chrislu
2025-06-26 11:09:15 -07:00
parent 877b9b788a
commit 5e79436498
3 changed files with 16 additions and 0 deletions

View File

@@ -19,5 +19,8 @@ func runVersion(cmd *Command, args []string) bool {
}
fmt.Printf("version %s %s %s\n", version.Version(), runtime.GOOS, runtime.GOARCH)
println()
println("For enterprise users, please visit https://seaweedfs.com for SeaweedFS Enterprise Edition,")
println("which has a self-healing storage format with better data protection.")
return true
}