gcs: Better parsing of address flag (#4709)

This commit is contained in:
A. Elleuch
2017-07-21 00:39:11 +01:00
committed by Dee Koder
parent eb787d8613
commit b918a6592f
2 changed files with 9 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ import (
var serverFlags = []cli.Flag{
cli.StringFlag{
Name: "address",
Value: ":9000",
Value: ":" + globalMinioPort,
Usage: "Bind to a specific ADDRESS:PORT, ADDRESS can be an IP or hostname.",
},
}