mirror of
https://github.com/minio/minio.git
synced 2025-11-07 04:42:56 -05:00
rename crawler config option to heal (#10678)
This commit is contained in:
@@ -98,6 +98,9 @@ func serverCmdArgs(ctx *cli.Context) []string {
|
||||
v = env.Get(config.EnvEndpoints, "")
|
||||
}
|
||||
if v == "" {
|
||||
if !ctx.Args().Present() || ctx.Args().First() == "help" {
|
||||
cli.ShowCommandHelpAndExit(ctx, ctx.Command.Name, 1)
|
||||
}
|
||||
return ctx.Args()
|
||||
}
|
||||
return strings.Fields(v)
|
||||
|
||||
Reference in New Issue
Block a user