Skip to content

Commit

Permalink
Fix typo in help message (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
poornas authored Apr 8, 2020
1 parent 414de66 commit c673036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ VERSION:
EXAMPLES:
1. Load balance across 4 MinIO Servers (http://minio1:9000 to http://minio4:9000)
$ sidekick --health-path "/minio/health/ready" --http://minio{1...4}:9000
$ sidekick --health-path "/minio/health/ready" http://minio{1...4}:9000
2. Load balance across 4 MinIO Servers (http://minio1:9000 to http://minio4:9000), listen on port 8000
$ sidekick --health-path "/minio/health/ready" --address ":8000" http://minio{1...4}:9000
Expand Down

0 comments on commit c673036

Please sign in to comment.