aboutsummaryrefslogtreecommitdiff
path: root/go/weed/version.go
diff options
context:
space:
mode:
authorStuart P. Bentley <stuart@testtrack4.com>2015-04-16 21:11:25 +0000
committerStuart P. Bentley <stuart@testtrack4.com>2015-04-16 21:11:25 +0000
commit1a194a578c822ab3adc509006de58060cde7920e (patch)
tree4ae044a09ef2418f29463de70fe624f38c342da2 /go/weed/version.go
parente736963f3c91972e05a9944d08ebc00096211c24 (diff)
downloadseaweedfs-1a194a578c822ab3adc509006de58060cde7920e.tar.xz
seaweedfs-1a194a578c822ab3adc509006de58060cde7920e.zip
More consistency with SeaweedFS name
Among the changes, this replaces a couple instances of "Seaweed File System" with "SeaweedFS", for the same reason that nobody says "Mongo Data Base".
Diffstat (limited to 'go/weed/version.go')
-rw-r--r--go/weed/version.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/go/weed/version.go b/go/weed/version.go
index bca339281..8fef546f4 100644
--- a/go/weed/version.go
+++ b/go/weed/version.go
@@ -10,8 +10,8 @@ import (
var cmdVersion = &Command{
Run: runVersion,
UsageLine: "version",
- Short: "print Seaweed File System version",
- Long: `Version prints the Seaweed File System version`,
+ Short: "print SeaweedFS version",
+ Long: `Version prints the SeaweedFS version`,
}
func runVersion(cmd *Command, args []string) bool {