mirror of
https://github.com/minio/minio.git
synced 2024-12-24 22:25:54 -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:
parent
5b8975bf4b
commit
2dd14c0b89
@ -74,7 +74,7 @@ FLAGS:
|
|||||||
{{range .VisibleFlags}}{{.}}
|
{{range .VisibleFlags}}{{.}}
|
||||||
{{end}}{{end}}
|
{{end}}{{end}}
|
||||||
VERSION:
|
VERSION:
|
||||||
{{.Version}}
|
{{.Version}}
|
||||||
`
|
`
|
||||||
|
|
||||||
func newApp(name string) *cli.App {
|
func newApp(name string) *cli.App {
|
||||||
|
Loading…
Reference in New Issue
Block a user