mirror of
https://github.com/minio/minio.git
synced 2025-01-11 23:13:23 -05:00
gateway: Fix help message for custom Azure Blob Storage endpoint. (#4113)
This commit is contained in:
parent
ca64b86112
commit
e6b2253da9
@ -31,7 +31,7 @@ var gatewayTemplate = `NAME:
|
|||||||
{{.HelpName}} - {{.Usage}}
|
{{.HelpName}} - {{.Usage}}
|
||||||
|
|
||||||
USAGE:
|
USAGE:
|
||||||
{{.HelpName}} {{if .VisibleFlags}}[FLAGS]{{end}} BACKEND
|
{{.HelpName}} {{if .VisibleFlags}}[FLAGS]{{end}} BACKEND [ENDPOINT]
|
||||||
{{if .VisibleFlags}}
|
{{if .VisibleFlags}}
|
||||||
FLAGS:
|
FLAGS:
|
||||||
{{range .VisibleFlags}}{{.}}
|
{{range .VisibleFlags}}{{.}}
|
||||||
@ -47,6 +47,10 @@ EXAMPLES:
|
|||||||
|
|
||||||
2. Start minio gateway server bound to a specific ADDRESS:PORT.
|
2. Start minio gateway server bound to a specific ADDRESS:PORT.
|
||||||
$ {{.HelpName}} --address 192.168.1.101:9000 azure
|
$ {{.HelpName}} --address 192.168.1.101:9000 azure
|
||||||
|
|
||||||
|
3. Gateway server connecting to a custom Azure Blob Storage endpoint.
|
||||||
|
$ {{.HelpName}} azure https://azure-stack.domain.com
|
||||||
|
|
||||||
`
|
`
|
||||||
|
|
||||||
var gatewayCmd = cli.Command{
|
var gatewayCmd = cli.Command{
|
||||||
|
Loading…
Reference in New Issue
Block a user