Implement update command

This commit is contained in:
Harshavardhana
2015-10-17 15:03:46 -07:00
parent 357f9d7a05
commit 47f1ffa1f3
7 changed files with 299 additions and 7 deletions

View File

@@ -23,13 +23,10 @@ var versionCmd = cli.Command{
Usage: "Print version",
Action: mainVersion,
CustomHelpTemplate: `NAME:
mc {{.Name}} - {{.Usage}}
minio {{.Name}} - {{.Usage}}
USAGE:
mc {{.Name}} {{if .Description}}
EXAMPLES:
minio {{.Name}} {{if .Description}}
`,
}