mirror of
https://github.com/pgsty/minio.git
synced 2026-07-19 12:10:24 +03:00
Simplify erasure package for OSX
This commit is contained in:
@@ -118,14 +118,11 @@ GLOBAL FLAGS:
|
||||
{{range .Flags}}{{.}}
|
||||
{{end}}{{end}}
|
||||
VERSION:
|
||||
|
||||
` + getFormattedVersion() +
|
||||
`
|
||||
{{range $key, $value := ExtraInfo}}
|
||||
` + getFormattedVersion() +
|
||||
`{{range $key, $value := ExtraInfo}}
|
||||
{{$key}}:
|
||||
{{$value}}
|
||||
{{end}}
|
||||
|
||||
`
|
||||
app.CommandNotFound = func(ctx *cli.Context, command string) {
|
||||
Fatalf("Command not found: ‘%s’\n", command)
|
||||
|
||||
Reference in New Issue
Block a user