mirror of
https://github.com/minio/minio.git
synced 2024-12-24 06:05:55 -05:00
move description above usage
This commit is contained in:
parent
dbe3d9489e
commit
b077bb9165
6
main.go
6
main.go
@ -111,12 +111,12 @@ func registerApp() *cli.App {
|
||||
app.CustomAppHelpTemplate = `NAME:
|
||||
{{.Name}} - {{.Usage}}
|
||||
|
||||
USAGE:
|
||||
minio {{if .Flags}}[flags] {{end}}command{{if .Flags}}{{end}} [arguments...]
|
||||
|
||||
DESCRIPTION:
|
||||
{{.Description}}
|
||||
|
||||
USAGE:
|
||||
minio {{if .Flags}}[flags] {{end}}command{{if .Flags}}{{end}} [arguments...]
|
||||
|
||||
COMMANDS:
|
||||
{{range .Commands}}{{join .Names ", "}}{{ "\t" }}{{.Usage}}
|
||||
{{end}}{{if .Flags}}
|
||||
|
Loading…
Reference in New Issue
Block a user