From 0bb65f84bbbc6b2be6dd2c49d6c8bc3abc3e209d Mon Sep 17 00:00:00 2001 From: Nitish Tiwari Date: Tue, 22 Jan 2019 15:55:27 +0530 Subject: [PATCH] Add example for IPv6 for address flag (#7127) --- cmd/ui-errors.go | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/cmd/ui-errors.go b/cmd/ui-errors.go index 32e6cbd07..2b7b1cfcd 100644 --- a/cmd/ui-errors.go +++ b/cmd/ui-errors.go @@ -119,9 +119,10 @@ Refer to the link https://github.com/minio/minio/tree/master/docs/erasure/storag uiErrInvalidAddressFlag = newUIErrFn( "--address input is invalid", "Please check --address parameter", - `--address binds to a specific ADDRESS:PORT, ADDRESS can be an IP or hostname (default port is ':9000') - Examples: --address ':443' - --address '172.16.34.31:9000'`, + `--address binds to a specific ADDRESS:PORT, ADDRESS can be an IPv4/IPv6 address or hostname (default port is ':9000') + Examples: --address ':443' + --address '172.16.34.31:9000' + --address '[fe80::da00:a6c8:e3ae:ddd7]:9000'`, ) uiErrInvalidFSEndpoint = newUIErrFn(