rename to Seaweed File System

This commit is contained in:
Chris Lu
2014-09-20 21:18:26 -07:00
parent fa9318914c
commit 794b755f1d
6 changed files with 7 additions and 7 deletions

View File

@@ -98,7 +98,7 @@ func init() {
}
func runbenchmark(cmd *Command, args []string) bool {
fmt.Printf("This is Weed File System version %s %s %s\n", util.VERSION, runtime.GOOS, runtime.GOARCH)
fmt.Printf("This is Seaweed File System version %s %s %s\n", util.VERSION, runtime.GOOS, runtime.GOARCH)
if *b.cpuprofile != "" {
f, err := os.Create(*b.cpuprofile)
if err != nil {