mirror of
https://github.com/pgsty/minio.git
synced 2026-07-23 22:16:15 +03: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:
+1
-1
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user