mirror of
https://github.com/pgsty/minio.git
synced 2026-09-20 01:28:24 +03:00
Update cli to minio-io/cli
This commit is contained in:
+6
-3
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user