diff options
Diffstat (limited to 'go/weed/mount_std.go')
| -rw-r--r-- | go/weed/mount_std.go | 2 |
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 |
