mirror of
https://github.com/minio/minio.git
synced 2025-03-02 23:09:13 -05:00
flags: Fix --version output (#3772)
This commit is contained in:
parent
7e84c7427d
commit
54a18592e9
@ -107,6 +107,7 @@ func registerApp() *cli.App {
|
||||
app := cli.NewApp()
|
||||
app.Name = "Minio"
|
||||
app.Author = "Minio.io"
|
||||
app.Version = Version
|
||||
app.Usage = "Cloud Storage Server."
|
||||
app.Description = `Minio is an Amazon S3 compatible object storage server. Use it to store photos, videos, VMs, containers, log files, or any blob of data as objects.`
|
||||
app.Flags = globalFlags
|
||||
|
Loading…
x
Reference in New Issue
Block a user