mirror of
https://github.com/minio/minio.git
synced 2024-12-24 06:05:55 -05:00
Update control cmd USAGE to indicate that it is possible to put access secret keys in URL (#3115)
This commit is contained in:
parent
a9dd2793f9
commit
7ffb337cd7
@ -35,7 +35,7 @@ var healCmd = cli.Command{
|
||||
minio control {{.Name}} - {{.Usage}}
|
||||
|
||||
USAGE:
|
||||
minio control {{.Name}}
|
||||
minio control {{.Name}} http[s]://[access_key[:secret_key]@]server_ip:port/
|
||||
|
||||
FLAGS:
|
||||
{{range .Flags}}{{.}}
|
||||
|
@ -52,7 +52,7 @@ var lockCmd = cli.Command{
|
||||
minio control {{.Name}} - {{.Usage}}
|
||||
|
||||
USAGE:
|
||||
minio control {{.Name}} [list|clear] http://localhost:9000/
|
||||
minio control {{.Name}} [list|clear] http[s]://[access_key[:secret_key]@]server_ip:port/
|
||||
|
||||
FLAGS:
|
||||
{{range .Flags}}{{.}}
|
||||
|
@ -33,7 +33,7 @@ var serviceCmd = cli.Command{
|
||||
minio control {{.Name}} - {{.Usage}}
|
||||
|
||||
USAGE:
|
||||
minio control {{.Name}} [status|restart|stop] URL
|
||||
minio control {{.Name}} [status|restart|stop] http[s]://[access_key[:secret_key]@]server_ip:port/
|
||||
|
||||
FLAGS:
|
||||
{{range .Flags}}{{.}}
|
||||
|
Loading…
Reference in New Issue
Block a user