diff options
| author | chrislu <chris.lu@gmail.com> | 2025-06-26 11:09:15 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2025-06-26 11:09:17 -0700 |
| commit | 5e79436498a25f6b085f77980b0ffb377409174c (patch) | |
| tree | 8b1ac29a83bd1a1734fbfe5bd5de7b21c026ceb4 /weed/command/version.go | |
| parent | 877b9b788a49b912958e9e37c7ff8c0ab09bc5c5 (diff) | |
| download | seaweedfs-5e79436498a25f6b085f77980b0ffb377409174c.tar.xz seaweedfs-5e79436498a25f6b085f77980b0ffb377409174c.zip | |
reference seaweedfs.com
Diffstat (limited to 'weed/command/version.go')
| -rw-r--r-- | weed/command/version.go | 3 |
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 } |
