Skip to content

Commit

Permalink
Fix alias for new flag
Browse files Browse the repository at this point in the history
  • Loading branch information
fmoletta committed Oct 2, 2023
1 parent fa27b2e commit 67924a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/cli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func main() {
},
&cli.BoolFlag{
Name: "secure_run",
Aliases: []string{"p"},
Aliases: []string{"s"},
Usage: "Run security checks. Default: true unless proof_mode is true",
},
&cli.StringFlag{
Expand Down

0 comments on commit 67924a2

Please sign in to comment.