Skip to content

Commit

Permalink
fix: force mode aliase
Browse files Browse the repository at this point in the history
  • Loading branch information
go-to-k committed Oct 23, 2022
1 parent 56a3a58 commit 218a043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func NewApp(version string) *App {
},
&cli.BoolFlag{
Name: "force",
Aliases: []string{"i"},
Aliases: []string{"f"},
Value: false,
Usage: "Delete a bucket together",
Destination: &app.ForceMode,
Expand Down

0 comments on commit 218a043

Please sign in to comment.