Skip to content

Commit

Permalink
Merge pull request #95 from crowdsecurity/unify_version_flag
Browse files Browse the repository at this point in the history
Unify version flag with crowdsec and bouncers
  • Loading branch information
AlteredCoder authored May 19, 2022
2 parents 4144676 + 61af2ab commit aa639c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ func main() {
configPath := flag.String("c", "", "path to config file")
onlySetup := flag.Bool("s", false, "only setup the ip lists and rules for cloudflare and exit")
delete := flag.Bool("d", false, "delete IP lists and firewall rules which are created by the bouncer")
ver := flag.Bool("v", false, "Display version information and exit")
ver := flag.Bool("version", false, "Display version information and exit")
logAPIRequests := flag.Bool("lc", false, "logs API requests")

flag.Parse()
Expand Down

0 comments on commit aa639c3

Please sign in to comment.