Refactoring minio server command and flags

This commit is contained in:
Harshavardhana
2015-08-20 13:05:47 -07:00
parent 8463040cd1
commit 74587886d2
11 changed files with 429 additions and 276 deletions
+1 -1
View File
@@ -129,7 +129,7 @@ var (
mutex.Unlock()
os.Exit(1)
default:
fmt.Print(a...)
fmt.Println(a...)
}
}