Update cli to minio-io/cli

This commit is contained in:
Harshavardhana
2015-04-02 12:48:22 -07:00
parent 7a117bb6c5
commit 92136d49fd
5 changed files with 86 additions and 11 deletions
+6 -3
View File
@@ -14,9 +14,12 @@ USAGE:
VERSION:
{{.Version}}
AUTHOR(S):
{{range .Authors}}{{ . }} {{end}}
BUILD:
{{.Compiled}}
{{range $key, $value := .ExtraInfo}}
{{ $key }}:
{{ $value }}
{{ end }}
COMMANDS:
{{range .Commands}}{{join .Names ", "}}{{ "\t" }}{{.Usage}}
{{end}}{{if .Flags}}