mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
Change replica set detection for localhost on single endpoint (#8692)
This commit is contained in:
committed by
kannappanr
parent
f68a7005c0
commit
54431b3953
@@ -130,7 +130,6 @@ func newApp(name string) *cli.App {
|
||||
app.Usage = "High Performance Object Storage"
|
||||
app.Description = `Build high performance data infrastructure for machine learning, analytics and application data workloads with MinIO`
|
||||
app.Flags = GlobalFlags
|
||||
app.HideVersion = true // Hide `--version` flag, we already have `minio version`.
|
||||
app.HideHelpCommand = true // Hide `help, h` command, we already have `minio --help`.
|
||||
app.Commands = commands
|
||||
app.CustomAppHelpTemplate = minioHelpTemplate
|
||||
|
||||
Reference in New Issue
Block a user