aboutsummaryrefslogtreecommitdiff
path: root/go/weed/mount_std.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/mount_std.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/mount_std.go')
-rw-r--r--go/weed/mount_std.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/go/weed/mount_std.go b/go/weed/mount_std.go
index e92957ca9..97b73e672 100644
--- a/go/weed/mount_std.go
+++ b/go/weed/mount_std.go
@@ -16,7 +16,7 @@ import (
)
func runMount(cmd *Command, args []string) bool {
- fmt.Printf("This is Seaweed File System version %s %s %s\n", util.VERSION, runtime.GOOS, runtime.GOARCH)
+ fmt.Printf("This is SeaweedFS version %s %s %s\n", util.VERSION, runtime.GOOS, runtime.GOARCH)
if *mountOptions.dir == "" {
fmt.Printf("Please specify the mount directory via \"-dir\"")
return false