mirror of
https://github.com/minio/minio.git
synced 2025-11-07 21:02:58 -05:00
print version with proper indentation (#9047)
currently version is printed as > VERSION: > DEVELOPMENT.2020-02-26T14-30-02Z this is what we want > VERSION: > DEVELOPMENT.2020-02-26T14-30-02Z >
This commit is contained in:
@@ -74,7 +74,7 @@ FLAGS:
|
||||
{{range .VisibleFlags}}{{.}}
|
||||
{{end}}{{end}}
|
||||
VERSION:
|
||||
{{.Version}}
|
||||
{{.Version}}
|
||||
`
|
||||
|
||||
func newApp(name string) *cli.App {
|
||||
|
||||
Reference in New Issue
Block a user