cli: Bring upstream changes to minio server.

This commit is contained in:
Harshavardhana
2017-02-15 17:30:31 -08:00
parent 3e770defae
commit 25eeb88a8f
27 changed files with 3624 additions and 2579 deletions

View File

@@ -29,10 +29,6 @@ import (
var (
// global flags for minio.
globalFlags = []cli.Flag{
cli.BoolFlag{
Name: "help, h",
Usage: "Show help.",
},
cli.StringFlag{
Name: "config-dir, C",
Value: mustGetConfigPath(),