mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
fix usage
This commit is contained in:
parent
c349f81195
commit
dd4664e610
|
@ -4,8 +4,9 @@ import (
|
||||||
"context"
|
"context"
|
||||||
"flag"
|
"flag"
|
||||||
"fmt"
|
"fmt"
|
||||||
"github.com/chrislusf/seaweedfs/weed/pb/filer_pb"
|
|
||||||
"io"
|
"io"
|
||||||
|
|
||||||
|
"github.com/chrislusf/seaweedfs/weed/pb/filer_pb"
|
||||||
)
|
)
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
|
@ -23,7 +24,7 @@ func (c *commandS3BucketQuota) Help() string {
|
||||||
return `set/remove/enable/disable quota for a bucket
|
return `set/remove/enable/disable quota for a bucket
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
s3.bucket.quota -name=<bucket_name> -operation=set -sizeMB=1024
|
s3.bucket.quota -name=<bucket_name> -op=set -sizeMB=1024
|
||||||
`
|
`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue