Skip to content

Commit

Permalink
Fix #1
Browse files Browse the repository at this point in the history
  • Loading branch information
ameshkov committed Aug 23, 2022
1 parent 4f64607 commit 3d9fb37
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 @@ -62,7 +62,7 @@ func (o *Options) String() (s string) {

func main() {
for _, arg := range os.Args {
if arg == "--version" || arg == "-v" {
if arg == "--version" {
fmt.Printf("godnsbench version: %s\n", VersionString)
os.Exit(0)
}
Expand Down

0 comments on commit 3d9fb37

Please sign in to comment.