Update control cmd USAGE to indicate that it is possible to put access secret keys in URL (#3115)

This commit is contained in:
Anis Elleuch 2016-10-27 21:26:11 +01:00 committed by Harshavardhana
parent a9dd2793f9
commit 7ffb337cd7
3 changed files with 3 additions and 3 deletions

View File

@ -35,7 +35,7 @@ var healCmd = cli.Command{
minio control {{.Name}} - {{.Usage}} minio control {{.Name}} - {{.Usage}}
USAGE: USAGE:
minio control {{.Name}} minio control {{.Name}} http[s]://[access_key[:secret_key]@]server_ip:port/
FLAGS: FLAGS:
{{range .Flags}}{{.}} {{range .Flags}}{{.}}

View File

@ -52,7 +52,7 @@ var lockCmd = cli.Command{
minio control {{.Name}} - {{.Usage}} minio control {{.Name}} - {{.Usage}}
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: FLAGS:
{{range .Flags}}{{.}} {{range .Flags}}{{.}}

View File

@ -33,7 +33,7 @@ var serviceCmd = cli.Command{
minio control {{.Name}} - {{.Usage}} minio control {{.Name}} - {{.Usage}}
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: FLAGS:
{{range .Flags}}{{.}} {{range .Flags}}{{.}}