Refine enterprise edition feature blurb in version output and docs

This commit is contained in:
Chris Lu
2026-05-30 09:29:06 -07:00
parent ea33b851e6
commit 5834c834e3
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -655,7 +655,7 @@ Cluster Total: 3302.88 MiB/s, 550.51 obj/s over 43s.
## Enterprise ##
For enterprise users, please visit [seaweedfs.com](https://seaweedfs.com) for the SeaweedFS Enterprise Edition,
which has advanced features, including data recovery, a self-healing storage format with better data protection,
which has advanced features, including data recovery, self-healing storage,
customizable erasure coding, EC vacuum and repair, etc.
[Back to TOC](#table-of-contents)
+1 -1
View File
@@ -384,4 +384,4 @@ helm install seaweedfs seaweedfs/seaweedfs \
## Enterprise
For enterprise users, please visit [seaweedfs.com](https://seaweedfs.com) for the SeaweedFS Enterprise Edition,
which has a self-healing storage format with better data protection.
which has advanced features, including data recovery, self-healing storage, customizable erasure coding, EC vacuum and repair, etc.
+2 -2
View File
@@ -21,7 +21,7 @@ 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.")
println("For enterprise users, please visit https://seaweedfs.com for the SeaweedFS Enterprise Edition,")
println("which has advanced features, including data recovery, self-healing storage, customizable erasure coding, EC vacuum and repair, etc.")
return true
}