Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
Co-authored-by: Harshavardhana <harsha@minio.io>
  • Loading branch information
jiuker and harshavardhana committed Dec 7, 2023
1 parent 3cd8976 commit 48efffb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -1006,7 +1006,8 @@ func main() {
},
cli.StringFlag{
Name: "host-balance",
Usage: "set host balance as least or random",
Usage: "specify the algorithm to select backend host when load balancing, supported values are 'least', 'random'",
Value: "least",
},
}
app.CustomAppHelpTemplate = `NAME:
Expand Down

0 comments on commit 48efffb

Please sign in to comment.