aboutsummaryrefslogtreecommitdiff
path: root/weed
diff options
context:
space:
mode:
Diffstat (limited to 'weed')
-rw-r--r--weed/command/version.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/weed/command/version.go b/weed/command/version.go
index bbbbbaff0..fdde081ad 100644
--- a/weed/command/version.go
+++ b/weed/command/version.go
@@ -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
}