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{
|
return cli.Command{
|
||||||
Name: "update",
|
Name: "update",
|
||||||
Usage: "Update bucket",
|
Usage: "Update bucket",
|
||||||
Aliases: []string{"find", "ls"},
|
Aliases: []string{"set"},
|
||||||
Before: middleware.WithBeforeFns(withCli(), withApi(true), middleware.NoArgs),
|
Before: middleware.WithBeforeFns(withCli(), withApi(true), middleware.NoArgs),
|
||||||
Flags: append(
|
Flags: append(
|
||||||
commonFlags(),
|
commonFlags(),
|
||||||
|
Reference in New Issue
Block a user