mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
change parameter help message
This commit is contained in:
parent
78f3ab439c
commit
57578a6cd1
|
@ -33,7 +33,7 @@ func (c *commandS3Configure) Help() string {
|
||||||
|
|
||||||
func (c *commandS3Configure) Do(args []string, commandEnv *CommandEnv, writer io.Writer) (err error) {
|
func (c *commandS3Configure) Do(args []string, commandEnv *CommandEnv, writer io.Writer) (err error) {
|
||||||
s3ConfigureCommand := flag.NewFlagSet(c.Name(), flag.ContinueOnError)
|
s3ConfigureCommand := flag.NewFlagSet(c.Name(), flag.ContinueOnError)
|
||||||
actions := s3ConfigureCommand.String("actions", "", "actions names")
|
actions := s3ConfigureCommand.String("actions", "", "comma separated actions names: Read,Write,List,Tagging,Admin")
|
||||||
user := s3ConfigureCommand.String("user", "", "user name")
|
user := s3ConfigureCommand.String("user", "", "user name")
|
||||||
buckets := s3ConfigureCommand.String("buckets", "", "bucket name")
|
buckets := s3ConfigureCommand.String("buckets", "", "bucket name")
|
||||||
accessKey := s3ConfigureCommand.String("access_key", "", "specify the access key")
|
accessKey := s3ConfigureCommand.String("access_key", "", "specify the access key")
|
||||||
|
|
Loading…
Reference in a new issue