fix: typo in alias of bucket update command (#485)
This commit is contained in:
@ -164,7 +164,7 @@ func newBucketUpdateCmd() cli.Command {
|
||||
return cli.Command{
|
||||
Name: "update",
|
||||
Usage: "Update bucket",
|
||||
Aliases: []string{"find", "ls"},
|
||||
Aliases: []string{"set"},
|
||||
Before: middleware.WithBeforeFns(withCli(), withApi(true), middleware.NoArgs),
|
||||
Flags: append(
|
||||
commonFlags(),
|
||||
|
Reference in New Issue
Block a user